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 | ???C | 00111111001111110011111101000011 | 3f3f3f43 |
SJIS-WIN | 悠??C | 1001011101001001001111110011111101000011 | 97493f3f43 |
EUC-JP | 悠??C | 1100110110101010001111110011111101000011 | cdaa3f3f43 |
UTF-8 | 悠묐쐴C | 11100110100000101010000011101011101011001001000011101100100100001011010001000011 | e682a0ebac90ec90b443 |
UHC | 悠묐쐴C | 11101010111011011001000111101011101111101010000101000011 | eaed91ebbea143 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)