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 | 玩?續 | 1000101011011111001111111110001110010100 | 8adf3fe394 |
EUC-JP | 玩?續 | 1011010011100001001111111110010111110100 | b4e13fe5f4 |
UTF-8 | 玩뺮續 | 111001111000111010101001111010111011101010101110111001111011101010001100 | e78ea9ebbaaee7ba8c |
UHC | 玩뺮續 | 111010001100110010010101111101011110000111011001 | e8cc95f5e1d9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)