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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 譽笠譽顎^ | 111001101010001110001010011111011110011010100011100010100111101101011110 | e6a38a7de6a38a7b5e |
EUC-JP | 譽笠譽顎^ | 111011001010010110110011110111101110110010100101101100111101110001011110 | eca5b3deeca5b3dc5e |
UTF-8 | 譽笠譽顎^ | 11101000101011011011110111100111101011001010000011101000101011011011110111101001101000011000111001011110 | e8adbde7aca0e8adbde9a18e5e |
UHC | 譽笠譽顎^ | 111001111110001011011000101000101110011111100010111001001100100101011110 | e7e2d8a2e7e2e4c95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)