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 | ?????A | 001111110011111100111111001111110011111101000001 | 3f3f3f3f3f41 |
SJIS-WIN | 鬣崎飴閻コA | 11101001101001011000110111101000100010001011100111101000100001011011101001000001 | e9a58de888b9e885ba41 |
EUC-JP | 鬣崎飴閻コA | 1111001010100111101110101110101010110000101110111110111111100101100011101011101001000001 | f2a7baeab0bbefe58eba41 |
UTF-8 | 鬣崎飴閻コA | 11101001101011001010001111100101101101001000111011101001101000111011010011101001100101101011101111101111101111011011101001000001 | e9aca3e5b48ee9a3b4e996bbefbdba41 |
UHC | ?崎飴閻?A | 001111111101000011111000111011001100011111100111101000100011111101000001 | 3fd0f8ecc7e7a23f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)