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 | 1001001001010001100100100100111101101110100100100101000110010010010011110110111001000010 | 9251924f6e9251924f6e42 |
EUC-JP | 嘆丹n嘆丹nB | 1100001110110010110000111011000001101110110000111011001011000011101100000110111001000010 | c3b2c3b06ec3b2c3b06e42 |
UTF-8 | 嘆丹n嘆丹nB | 111001011001100010000110111001001011100010111001011011101110010110011000100001101110010010111000101110010110111001000010 | e59886e4b8b96ee59886e4b8b96e42 |
UHC | 嘆丹n嘆丹nB | 1111011110100011110100111010000101101110111101111010001111010011101000010110111001000010 | f7a3d3a16ef7a3d3a16e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)