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 | ????K | 0011111100111111001111110011111101001011 | 3f3f3f3f4b |
SJIS-WIN | 逕ッ髮ォK | 11100111100101001010111111101001100110111010101101001011 | e794afe99bab4b |
EUC-JP | 逕ッ髮ォK | 111011011111010010001110101011111111000111111011100011101010101101001011 | edf48eaff1fb8eab4b |
UTF-8 | 逕ッ髮ォK | 11101001100000001001010111101111101111011010111111101001101010111010111011101111101111011010101101001011 | e98095efbdafe9abaeefbdab4b |
UHC | 逕?髮?K | 11001100111011110011111111011011101001010011111101001011 | ccef3fdba53f4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)