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 | 譽壽ュ雑 | 11100110101000111001101011100110101011011000111001000111 | e6a39ae6ad8e47 |
EUC-JP | 譽壽ュ雑 | 1110110010100101110101001110100010001110101011011011101110101000 | eca5d4e88eadbba8 |
UTF-8 | 譽壽ュ雑 | 111010001010110110111101111001011010001110111101111011111011110110101101111010011001101110010001 | e8adbde5a3bdefbdade99b91 |
UHC | 譽壽?? | 111001111110001011100001111110000011111100111111 | e7e2e1f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)