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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 篠社\ | 10001110110000101111000011011011100011101101000001011100 | 8ec2f0db8ed05c |
EUC-JP | 篠?社\ | 101111001100010000111111101111001101001001011100 | bcc43fbcd25c |
UTF-8 | 篠社\ | 11100111101011111010000011101110100000101001101011100111101001001011111001011100 | e7afa0ee829ae7a4be5c |
UHC | 篠?社\ | 111000011100011000111111110111101110010001011100 | e1c63fdee45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)