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 | 赱蝉ケ溷 | 11100110110111111001000011100100101110011001111111100101 | e6df90e4b99fe5 |
EUC-JP | 赱蝉ケ溷 | 1110110011100001110000001110011010001110101110011101111011100111 | ece1c0e68eb9dee7 |
UTF-8 | 赱蝉ケ溷 | 111010001011010110110001111010001001110110001001111011111011110110111001111001101011101010110111 | e8b5b1e89d89efbdb9e6bab7 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)