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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 髯ス迸守砂B | 11101001100110011011110111100111100111101000111011100111100011011011101101000010 | e999bde79e8ee78dbb42 |
EUC-JP | 髯ス迸守砂B | 1111000111111001100011101011110111101101111111101011110011101001101110101011110101000010 | f1f98ebdedfebce9babd42 |
UTF-8 | 髯ス迸守砂B | 11101001101010111010111111101111101111011011110111101000101111111011100011100101101011101000100011100111101000001000001001000010 | e9abafefbdbde8bfb8e5ae88e7a08242 |
UHC | ???守砂B | 0011111100111111001111111110000111111010110111101110001101000010 | 3f3f3fe1fadee342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)