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 | 100011110110010000111111100110111001001000111111001111110011111101000010 | 8f643f9b923f3f3f42 |
EUC-JP | 重?將???B | 101111011100010100111111110101011111001000111111001111110011111101000010 | bdc53fd5f23f3f3f42 |
UTF-8 | 重렮將쇰렟렮B | 11101001100001111000110111101011101000001010111011100101101100001000011111101100100001111011000011101011101000001001111111101011101000001010111001000010 | e9878deba0aee5b087ec87b0eba09feba0ae42 |
UHC | 重렮將쇰렟렮B | 11110001111011001000111010111011111011011110001010111100111010111000111010110000100011101011101101000010 | f1ec8ebbede2bceb8eb08ebb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)