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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??軋 | 00111111001111111110011101100001 | 3f3fe761 |
EUC-JP | ??軋 | 00111111001111111110110111000010 | 3f3fedc2 |
UTF-8 | 롉렿軋 | 111010111010000110001001111010111010000010111111111010001011101110001011 | eba189eba0bfe8bb8b |
UHC | 롉렿軋 | 100011101100111110001110110001111110010011011000 | 8ecf8ec7e4d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)