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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 閨ス蝣エ蜚 | 1110100010000001101111011110010110100000101101001110010110010100 | e881bde5a0b4e594 |
EUC-JP | 閨ス蝣エ蜚 | 11101111111000011000111010111101111010101010001010001110101101001110100111110100 | efe18ebdeaa28eb4e9f4 |
UTF-8 | 閨ス蝣エ蜚 | 111010011001011010101000111011111011110110111101111010001001110110100011111011111011110110110100111010001001110010011010 | e996a8efbdbde89da3efbdb4e89c9a |
UHC | 閨???蜚 | 11010000101100010011111100111111001111111101111010100100 | d0b13f3f3fdea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)