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 | ???@h | 0011111100111111001111110100000001101000 | 3f3f3f4068 |
SJIS-WIN | 灼失@h | 1000111011011100100011101011100011110000110001010100000001101000 | 8edc8eb8f0c54068 |
EUC-JP | 灼失?@h | 10111100110111101011110010111010001111110100000001101000 | bcdebcba3f4068 |
UTF-8 | 灼失@h | 1110011110000001101111001110010110100100101100011110111010000010100001000100000001101000 | e781bce5a4b1ee82844068 |
UHC | 灼失?@h | 11101101110001111110001111110111001111110100000001101000 | edc7e3f73f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)