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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 舌愕? | 1001000011100011100111001011000100111111 | 90e39cb13f |
EUC-JP | 舌愕馦 | 11000000111001011101100010110011100011111110100011111010 | c0e5d8b38fe8fa |
UTF-8 | 舌愕馦 | 111010001000100010001100111001101000010010010101111010011010011010100110 | e8888ce68495e9a6a6 |
UHC | 舌愕? | 1110000011011111111001001100001100111111 | e0dfe4c33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)