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 | ??n??nB | 00111111001111110110111000111111001111110110111001000010 | 3f3f6e3f3f6e42 |
SJIS-WIN | ??n??nB | 00111111001111110110111000111111001111110110111001000010 | 3f3f6e3f3f6e42 |
EUC-JP | ??n??nB | 00111111001111110110111000111111001111110110111001000010 | 3f3f6e3f3f6e42 |
UTF-8 | 혰짰n혰짰nB | 111011011001100010110000111011001010011110110000011011101110110110011000101100001110110010100111101100000110111001000010 | ed98b0eca7b06eed98b0eca7b06e42 |
UHC | 혰짰n혰짰nB | 1100001010010111110000101010111001101110110000101001011111000010101011100110111001000010 | c297c2ae6ec297c2ae6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)