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 | 100100101010001000111111001111110011111110001011010101100011111101101000 | 92a23f3f3f8b563f68 |
EUC-JP | 弔???儀?h | 110001001010010000111111001111110011111110110101101101110011111101101000 | c4a43f3f3fb5b73f68 |
UTF-8 | 弔렲罹렗儀묀h | 11100101101111001001010011101011101000001011001011101111101001111010011011101011101000001001011111100101100001001000000011101011101011001000000001101000 | e5bc94eba0b2efa7a6eba097e58480ebac8068 |
UHC | 弔렲罹렗儀묀h | 11110000110000001000111010111111111011001011101010001110101011001110101111110000101110011010000101101000 | f0c08ebfecba8eacebf0b9a168 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)