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 | 萓カ蝣ッ | 111001001011111010110110111001011010000010101111 | e4beb6e5a0af |
EUC-JP | 萓カ蝣ッ | 1110100011000000100011101011011011101010101000101000111010101111 | e8c08eb6eaa28eaf |
UTF-8 | 萓カ蝣ッ | 111010001001000010010011111011111011110110110110111010001001110110100011111011111011110110101111 | e89093efbdb6e89da3efbdaf |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)