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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 泳??埃?? | 1000100101101010001111110011111110011010101110100011111100111111 | 896a3f3f9aba3f3f |
EUC-JP | 泳??埃?? | 1011000111001011001111110011111111010100101111000011111100111111 | b1cb3f3fd4bc3f3f |
UTF-8 | 泳쒓퀡埃귡걽 | 111001101011001110110011111011001001001010010011111011011000000010100001111001011001111110000011111010101011011110100001111010101011000110111101 | e6b3b3ec9293ed80a1e59f83eab7a1eab1bd |
UHC | 泳쒓퀡埃귡걽 | 111001111011011010011100111010101011001110010101111001001110111110000010111010011000000110100000 | e7b69ceab395e4ef82e981a0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)