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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 羇給せ蟠 | 1110001110110010100010111000101110000010101110011110010110110100 | e3b28b8b82b9e5b4 |
EUC-JP | 羇給せ蟠 | 1110011010110100101101011110101110100100101110111110101010110110 | e6b4b5eba4bbeab6 |
UTF-8 | 羇給せ蟠 | 111001111011111010000111111001111011010110100110111000111000000110011011111010001001111110100000 | e7be87e7b5a6e3819be89fa0 |
UHC | ?給せ蟠 | 00111111110100001110010110101010101110111101101011110110 | 3fd0e5aabbdaf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)