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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 艪癢硴薨 | 1110010010000010111000011001100011100001111010111110010101001001 | e482e198e1ebe549 |
EUC-JP | 艪癢硴薨 | 1110011111100010111000011111100011100010111011011110100110101010 | e7e2e1f8e2ede9aa |
UTF-8 | 艪癢硴薨 | 111010001000100110101010111001111001100110100010111001111010000110110100111010001001011010101000 | e889aae799a2e7a1b4e896a8 |
UHC | ???薨 | 0011111100111111001111111111110110111100 | 3f3f3ffdbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)