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 | hpûPçñ | 1000111101101000100011110111000011111011010100001110011111110001 | 8f688f70fb50e7f1 |
SJIS-WIN | ?h?p?P?? | 0011111101101000001111110111000000111111010100000011111100111111 | 3f683f703f503f3f |
EUC-JP | ?h?pûPçñ | 0011111101101000001111110111000010001111101010111110010101010000100011111010101110101110100011111010101111010000 | 3f683f708fabe5508fabae8fabd0 |
UTF-8 | hpûPçñ | 11000010100011110110100011000010100011110111000011000011101110110101000011000011101001111100001110110001 | c28f68c28f70c3bb50c3a7c3b1 |
UHC | ?h?p?P?? | 0011111101101000001111110111000000111111010100000011111100111111 | 3f683f703f503f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)