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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 弔???疑?B | 100100101010001000111111001111110011111110001011010111100011111101000010 | 92a23f3f3f8b5e3f42 |
EUC-JP | 弔???疑?B | 110001001010010000111111001111110011111110110101101111110011111101000010 | c4a43f3f3fb5bf3f42 |
UTF-8 | 弔렲罹렗疑쌨B | 11100101101111001001010011101011101000001011001011101111101001111010011011101011101000001001011111100111100101101001000111101100100011001010100001000010 | e5bc94eba0b2efa7a6eba097e79691ec8ca842 |
UHC | 弔렲罹렗疑쌨B | 11110000110000001000111010111111111011001011101010001110101011001110101111110111101111011101111001000010 | f0c08ebfecba8eacebf7bdde42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)