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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??駱 | 00111111001111111110100101110000 | 3f3fe970 |
EUC-JP | ??駱 | 00111111001111111111000111010001 | 3f3ff1d1 |
UTF-8 | 렺늙駱 | 111010111010000010111010111010111000101010011001111010011010011110110001 | eba0baeb8a99e9a7b1 |
UHC | 렺늙駱 | 100011101100001010110100110001001101010110101101 | 8ec2b4c4d5ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)