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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 譽壽球鞐 | 1110011010100011100110101110011010001011100001011110100011011110 | e6a39ae68b85e8de |
EUC-JP | 譽壽球鞐 | 1110110010100101110101001110100010110101111001011111000011100000 | eca5d4e8b5e5f0e0 |
UTF-8 | 譽壽球鞐 | 111010001010110110111101111001011010001110111101111001111001000010000011111010011001111010010000 | e8adbde5a3bde79083e99e90 |
UHC | 譽壽球? | 11100111111000101110000111111000110011111011100100111111 | e7e2e1f8cfb93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)