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 | 陦碕セャ峵 | 1110100010100001100011011110101010111110101011001111101010101110 | e8a18deabeacfaae |
EUC-JP | 陦碕セャ? | 111100001010001110111010111011001000111010111110100011101010110000111111 | f0a3baec8ebe8eac3f |
UTF-8 | 陦碕セャ峵 | 111010011001100110100110111001111010001010010101111011111011110110111110111011111011110110101100111001011011001110110101 | e999a6e7a295efbdbeefbdace5b3b5 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)