To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 竺霆゙ | 11110000111000101000111010110001111010001011101111011110 | f0e28eb1e8bbde |
EUC-JP | ?竺霆゙ | 00111111101111001011001111110000101111011000111011011110 | 3fbcb3f0bd8ede |
UTF-8 | 竺霆゙ | 111011101000001010100001111001111010101110111010111010011001110010000110111011111011111010011110 | ee82a1e7abbae99c86efbe9e |
UHC | ?竺霆? | 001111111111010111100111111011111111110100111111 | 3ff5e7effd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)