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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 葮萋\ | 11100100110110011111011010111010111001001100010001011100 | e4d9f6bae4c45c |
EUC-JP | 葮?萋\ | 111010001101101100111111111010001100011001011100 | e8db3fe8c65c |
UTF-8 | 葮萋\ | 11101000100100011010111011101110100100111010000111101000100100001000101101011100 | e891aeee93a1e8908b5c |
UHC | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)