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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 髷ィ荳槫℡隍 | 1110100110011110101010001110010010111000100111101110010110000111100001001110100010100100 | e99ea8e4b89ee58784e8a4 |
EUC-JP | 髷ィ荳槫?隍 | 1111000111111110100011101010100011101000101110101101110011100111001111111111000010100110 | f1fe8ea8e8badce73ff0a6 |
UTF-8 | 髷ィ荳槫℡隍 | 111010011010101110110111111011111011110110101000111010001000110110110011111001101010011110101011111000101000010010100001111010011001101010001101 | e9abb7efbda8e88db3e6a7abe284a1e99a8d |
UHC | ??荳?℡隍 | 001111110011111111010100111001010011111110100010111001011111110011011011 | 3f3fd4e53fa2e5fcdb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)