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 | ?`?OB | 0011111101100000001111110100111101000010 | 3f603f4f42 |
SJIS-WIN | 篌`篌OB | 11100010101110100110000011100010101110100100111101000010 | e2ba60e2ba4f42 |
EUC-JP | 篌`篌OB | 11100100101111000110000011100100101111000100111101000010 | e4bc60e4bc4f42 |
UTF-8 | 篌`篌OB | 111001111010111110001100011000001110011110101111100011000100111101000010 | e7af8c60e7af8c4f42 |
UHC | ?`?OB | 0011111101100000001111110100111101000010 | 3f603f4f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)