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 | 譽壽キ。 | 111001101010001110011010111001101011011110100001 | e6a39ae6b7a1 |
EUC-JP | 譽壽キ。 | 1110110010100101110101001110100010001110101101111000111010100001 | eca5d4e88eb78ea1 |
UTF-8 | 譽壽キ。 | 111010001010110110111101111001011010001110111101111011111011110110110111111011111011110110100001 | e8adbde5a3bdefbdb7efbda1 |
UHC | 譽壽?? | 111001111110001011100001111110000011111100111111 | e7e2e1f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)