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 | OOB | 100111001000000110010111010011111001110010000001100101110100111101000010 | 9c81974f9c81974f42 |
SJIS-WIN | ???O???OB | 001111110011111100111111010011110011111100111111001111110100111101000010 | 3f3f3f4f3f3f3f4f42 |
EUC-JP | ???O???OB | 001111110011111100111111010011110011111100111111001111110100111101000010 | 3f3f3f4f3f3f3f4f42 |
UTF-8 | OOB | 110000101001110011000010100000011100001010010111010011111100001010011100110000101000000111000010100101110100111101000010 | c29cc281c2974fc29cc281c2974f42 |
UHC | ???O???OB | 001111110011111100111111010011110011111100111111001111110100111101000010 | 3f3f3f4f3f3f3f4f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)