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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 吾??B | 1000110011100001001111110011111101000010 | 8ce13f3f42 |
EUC-JP | 吾??B | 1011100011100011001111110011111101000010 | b8e33f3f42 |
UTF-8 | 吾쇠맻B | 11100101100100001011111011101100100001111010000011101011101001111011101101000010 | e590beec87a0eba7bb42 |
UHC | 吾쇠맻B | 11100111111011101011110011101000100100001011110001000010 | e7eebce890bc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)