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 | 玩?? | 10001010110111110011111100111111 | 8adf3f3f |
EUC-JP | 玩?? | 10110100111000010011111100111111 | b4e13f3f |
UTF-8 | 玩롖렲 | 111001111000111010101001111010111010000110010110111010111010000010110010 | e78ea9eba196eba0b2 |
UHC | 玩롖렲 | 111010001100110010001110110110101000111010111111 | e8cc8eda8ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)