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 | 001111111000101001011101100010101100100001000010 | 3f8a5d8ac842 |
EUC-JP | ?馨簡B | 001111111011001110111110101101001100101001000010 | 3fb3beb4ca42 |
UTF-8 | 뤓馨簡B | 11101011101001001001001111101001101001101010100011100111101100001010000101000010 | eba493e9a6a8e7b0a142 |
UHC | 뤓馨簡B | 10001111110000111111101110110000110010101101101101000010 | 8fc3fbb0cadb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)