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 | 艪癢姙裂 | 1110010010000010111000011001100010011011010010111001011111110100 | e482e1989b4b97f4 |
EUC-JP | 艪癢姙裂 | 1110011111100010111000011111100011010101101011001100111011110110 | e7e2e1f8d5accef6 |
UTF-8 | 艪癢姙裂 | 111010001000100110101010111001111001100110100010111001011010011110011001111010001010001110000010 | e889aae799a2e5a799e8a382 |
UHC | ??姙裂 | 001111110011111111101100111101011101011010101110 | 3f3fecf5d6ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)