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 | 猜膜皀猜 | 1110000011001000100101101000110011100001101000111110000011001000 | e0c8968ce1a3e0c8 |
EUC-JP | 猜膜皀猜 | 1110000011001010110010111110110011100010101001011110000011001010 | e0cacbece2a5e0ca |
UTF-8 | 猜膜皀猜 | 111001111000110010011100111010001000011010011100111001111001101010000000111001111000110010011100 | e78c9ce8869ce79a80e78c9c |
UHC | 猜膜?猜 | 11100011110001001101100010101111001111111110001111000100 | e3c4d8af3fe3c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)