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 | ?L?L^ | 0011111101001100001111110100110001011110 | 3f4c3f4c5e |
SJIS-WIN | 糯L糯L^ | 11100010111101110100110011100010111101110100110001011110 | e2f74ce2f74c5e |
EUC-JP | 糯L糯L^ | 11100100111110010100110011100100111110010100110001011110 | e4f94ce4f94c5e |
UTF-8 | 糯L糯L^ | 111001111011001110101111010011001110011110110011101011110100110001011110 | e7b3af4ce7b3af4c5e |
UHC | ?L?L^ | 0011111101001100001111110100110001011110 | 3f4c3f4c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)