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 | 10010010111100111001100001001101001111110011111110001001101011110011111101000010 | 92f3984d3f3f89af3f42 |
EUC-JP | 汀弄??憶?B | 11000100111101011100111110101110001111110011111110110010101100010011111101000010 | c4f5cfae3f3fb2b13f42 |
UTF-8 | 汀弄렮렭憶렱B | 11100110101100011000000011100101101111001000010011101011101000001010111011101011101000001010110111100110100001101011011011101011101000001011000101000010 | e6b180e5bc84eba0aeeba0ade686b6eba0b142 |
UHC | 汀弄렮렭憶렱B | 11101111111000101101011011100111100011101011101110001110101110101110010111100011100011101011111001000010 | efe2d6e78ebb8ebae5e38ebe42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)