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 | 11101001100110011011110111100101100100111000100011100111100011011011101101000010 | e999bde59388e78dbb42 |
EUC-JP | 髯ス蜩育砂B | 1111000111111001100011101011110111101001111100111011000011101001101110101011110101000010 | f1f98ebde9f3b0e9babd42 |
UTF-8 | 髯ス蜩育砂B | 11101001101010111010111111101111101111011011110111101000100111001010100111101000100000101011001011100111101000001000001001000010 | e9abafefbdbde89ca9e882b2e7a08242 |
UHC | ???育砂B | 0011111100111111001111111110101111000000110111101110001101000010 | 3f3f3febc0dee342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)