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 | 逍セ蠑冗扱 | 111001111001011010111110111001011011110010001111111001111000100010110101 | e796bee5bc8fe788b5 |
EUC-JP | 逍セ蠑冗扱 | 11101101111101101000111010111110111010101011111010111110111010011011000010110111 | edf68ebeeabebee9b0b7 |
UTF-8 | 逍セ蠑冗扱 | 111010011000000010001101111011111011110110111110111010001010000010010001111001011000011010010111111001101000100110110001 | e9808defbdbee8a091e58697e689b1 |
UHC | 逍??冗扱 | 1110000111001110001111110011111111101001101101111101000011100010 | e1ce3f3fe9b7d0e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)