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 | 赱蝉ケ滉 | 11100110110111111001000011100100101110011001111111100100 | e6df90e4b99fe4 |
EUC-JP | 赱蝉ケ滉 | 1110110011100001110000001110011010001110101110011101111011100110 | ece1c0e68eb9dee6 |
UTF-8 | 赱蝉ケ滉 | 111010001011010110110001111010001001110110001001111011111011110110111001111001101011101110001001 | e8b5b1e89d89efbdb9e6bb89 |
UHC | ???滉 | 0011111100111111001111111111110011010001 | 3f3f3ffcd1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)