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 | 1000101010011011001111110011111101000010 | 8a9b3f3f42 |
EUC-JP | 鴨??B | 1011001111111011001111110011111101000010 | b3fb3f3f42 |
UTF-8 | 鴨앭뇺B | 11101001101101001010100011101100100101011010110111101011100001111011101001000010 | e9b4a8ec95adeb87ba42 |
UHC | 鴨앭뇺B | 11100100111001011001110111100101100001111001110101000010 | e4e59de5879d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)