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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 髫肴瑳 | 111010011001101010001101111001101000110110111010 | e99a8de68dba |
EUC-JP | 髫肴瑳 | 111100011111101010111010111010001011101010111100 | f1fabae8babc |
UTF-8 | 髫肴瑳 | 111010011010101110101011111010001000001010110100111001111001000110110011 | e9ababe882b4e791b3 |
UHC | ?肴? | 00111111111111011010001000111111 | 3ffda23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)