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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 壺゚ | 100110101110001011011111 | 9ae2df |
EUC-JP | 壺゚ | 11010100111001001000111011011111 | d4e48edf |
UTF-8 | 壺゚ | 111001011010001110111010111011111011111010011111 | e5a3baefbe9f |
UHC | 壺? | 111110111011111000111111 | fbbe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)