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 | 碌?? | 11100001111011110011111100111111 | e1ef3f3f |
EUC-JP | 碌?? | 11100010111100010011111100111111 | e2f13f3f |
UTF-8 | 碌쇽짯 | 111001111010001010001100111011001000011110111101111011001010011110101111 | e7a28cec87bdeca7af |
UHC | 碌쇽짯 | 110101101101111010111100111011111100001010101101 | d6debcefc2ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)