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 | 逍・豐ス髑セ | 111001111001011010100101111001101011001010111101111010011001000110111110 | e796a5e6b2bde991be |
EUC-JP | 逍・豐ス髑セ | 111011011111011010001110101001011110110010110100100011101011110111110001111100011000111010111110 | edf68ea5ecb48ebdf1f18ebe |
UTF-8 | 逍・豐ス髑セ | 111010011000000010001101111011111011110110100101111010001011000110010000111011111011110110111101111010011010101110010001111011111011110110111110 | e9808defbda5e8b190efbdbde9ab91efbdbe |
UHC | 逍????? | 11100001110011100011111100111111001111110011111100111111 | e1ce3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)