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 | 臟遁? | 1110010001100110100100111101100100111111 | e46693d93f |
EUC-JP | 臟遁? | 1110011111000111110001101101101100111111 | e7c7c6db3f |
UTF-8 | 臟遁위 | 111010001000011110011111111010011000000110000001111011001001110010000100 | e8879fe98181ec9c84 |
UHC | 臟遁위 | 111011011111010011010100111011011100000010100111 | edf4d4edc0a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)