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 | 玩?蓚 | 1000101011011111001111111110010011101001 | 8adf3fe4e9 |
EUC-JP | 玩?蓚 | 1011010011100001001111111110100011101011 | b4e13fe8eb |
UTF-8 | 玩렯蓚 | 111001111000111010101001111010111010000010101111111010001001001110011010 | e78ea9eba0afe8939a |
UHC | 玩렯蓚 | 111010001100110010001110101111001110001010111110 | e8cc8ebce2be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)