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 | 篠蒂 | 100011101100001011110000111001001110010011011010 | 8ec2f0e4e4da |
EUC-JP | 篠?蒂 | 1011110011000100001111111110100011011100 | bcc43fe8dc |
UTF-8 | 篠蒂 | 111001111010111110100000111011101000001010100011111010001001001010000010 | e7afa0ee82a3e89282 |
UHC | 篠?? | 11100001110001100011111100111111 | e1c63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)