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 | 艪癢硴怏 | 1110010010000010111000011001100011100001111010111001110010001001 | e482e198e1eb9c89 |
EUC-JP | 艪癢硴怏 | 1110011111100010111000011111100011100010111011011101011111101001 | e7e2e1f8e2edd7e9 |
UTF-8 | 艪癢硴怏 | 111010001000100110101010111001111001100110100010111001111010000110110100111001101000000010001111 | e889aae799a2e7a1b4e6808f |
UHC | ???怏 | 0011111100111111001111111110010011101000 | 3f3f3fe4e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)