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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 獗璧B | 1110000011010011111000001111100001000010 | e0d3e0f842 |
EUC-JP | 獗璧B | 1110000011010101111000001111101001000010 | e0d5e0fa42 |
UTF-8 | 獗璧B | 11100111100011011001011111100111100100101010011101000010 | e78d97e792a742 |
UHC | 獗璧B | 1100111111110001110110111111110101000010 | cff1dbfd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)