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 | 顏憺セ | 1110100011111000100111001110100110111110 | e8f89ce9be |
EUC-JP | 顏憺セ | 111100001111101011011000111010111000111010111110 | f0fad8eb8ebe |
UTF-8 | 顏憺セ | 111010011010000110001111111001101000011010111010111011111011110110111110 | e9a18fe686baefbdbe |
UHC | ?憺? | 00111111110100111011110000111111 | 3fd3bc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)