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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 篠 篠 B | 100011101100001010000001010000001000111011000010100000010100000001000010 | 8ec281408ec2814042 |
EUC-JP | 篠 篠 B | 101111001100010010100001101000011011110011000100101000011010000101000010 | bcc4a1a1bcc4a1a142 |
UTF-8 | 篠 篠 B | 11100111101011111010000011100011100000001000000011100111101011111010000011100011100000001000000001000010 | e7afa0e38080e7afa0e3808042 |
UHC | 篠 篠 B | 111000011100011010100001101000011110000111000110101000011010000101000010 | e1c6a1a1e1c6a1a142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)