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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 娃?!唯?? | 100010001010000100111111100000010100100110010111010000100011111100111111 | 88a13f814997423f3f |
EUC-JP | 娃?!唯?? | 101100001010001100111111101000011010101011001101101000110011111100111111 | b0a33fa1aacda33f3f |
UTF-8 | 娃숇!唯잏룞 | 111001011010100010000011111011001000100010000111111011111011110010000001111001011001010010101111111011001001111010001111111010111010001110011110 | e5a883ec8887efbc81e594afec9e8feba39e |
UHC | 娃숇!唯잏룞 | 111010001101111110011001111010111010001110100001111010101110011010011111111001111000111110011001 | e8df99eba3a1eae69fe78f99 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)