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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ?日蹇B | 001111111001001111111010111001110100000001000010 | 3f93fae74042 |
EUC-JP | ?日蹇B | 001111111100011011111100111011011010000101000010 | 3fc6fceda142 |
UTF-8 | 뤺日蹇B | 11101011101001001011101011100110100101111010010111101000101110011000011101000010 | eba4bae697a5e8b98742 |
UHC | 뤺日蹇B | 10001111111010001110110011101101110010111111010001000010 | 8fe8ecedcbf442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)