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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 癲э? | 1110000110011111100001001000111100111111 | e19f848f3f |
EUC-JP | 癲э? | 1110001010100001101001111110111100111111 | e2a1a7ef3f |
UTF-8 | 癲э퐟 | 1110011110011001101100101101000110001101111011011001000010011111 | e799b2d18ded909f |
UHC | 癲э퐟 | 111011111010011010101100111011111011110110001000 | efa6acefbd88 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)