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 | 1001000011111000100011101111101001101110100100001111100010001110111110100110111001000010 | 90f88efa6e90f88efa6e42 |
EUC-JP | 煽囚n煽囚nB | 1100000011111010101111001111110001101110110000001111101010111100111111000110111001000010 | c0fabcfc6ec0fabcfc6e42 |
UTF-8 | 煽囚n煽囚nB | 111001111000010110111101111001011001101110011010011011101110011110000101101111011110010110011011100110100110111001000010 | e785bde59b9a6ee785bde59b9a6e42 |
UHC | 煽囚n煽囚nB | 1110000011000011111000011111011001101110111000001100001111100001111101100110111001000010 | e0c3e1f66ee0c3e1f66e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)