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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 漆芝荐h | 10001110101111011000111011000101111001001010011001101000 | 8ebd8ec5e4a668 |
EUC-JP | 漆芝荐h | 10111100101111111011110011000111111010001010100001101000 | bcbfbcc7e8a868 |
UTF-8 | 漆芝荐h | 11100110101111001000011011101000100010101001110111101000100011011001000001101000 | e6bc86e88a9de88d9068 |
UHC | 漆芝?h | 111101101101010011110010101110010011111101101000 | f6d4f2b93f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)