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 | 1001101011111010001111110011111101000010 | 9afa3f3f42 |
EUC-JP | 奧??B | 1101010011111100001111110011111101000010 | d4fc3f3f42 |
UTF-8 | 奧볥젧B | 11100101101001011010011111101011101100111010010111101100101000001010011101000010 | e5a5a7ebb3a5eca0a742 |
UHC | 奧볥젧B | 11100111111100111001001111101011101000001001111101000010 | e7f393eba09f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)