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 | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | 十??十??h | 100011110101110000111111001111111000111101011100001111110011111101101000 | 8f5c3f3f8f5c3f3f68 |
EUC-JP | 十??十??h | 101111011011110100111111001111111011110110111101001111110011111101101000 | bdbd3f3fbdbd3f3f68 |
UTF-8 | 十꼷뢉十꼷뢉h | 11100101100011011000000111101010101111001011011111101011101000101000100111100101100011011000000111101010101111001011011111101011101000101000100101101000 | e58d81eabcb7eba289e58d81eabcb7eba28968 |
UHC | 十꼷뢉十꼷뢉h | 11100100101010001000010010001111100011110100010111100100101010001000010010001111100011110100010101101000 | e4a8848f8f45e4a8848f8f4568 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)