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 | 10001110101110011000111010101100111001001010011001101000 | 8eb98eace4a668 |
EUC-JP | 嫉汐荐h | 10111100101110111011110010101110111010001010100001101000 | bcbbbcaee8a868 |
UTF-8 | 嫉汐荐h | 11100101101010111000100111100110101100011001000011101000100011011001000001101000 | e5ab89e6b190e88d9068 |
UHC | 嫉汐?h | 111100101110110011100000101100010011111101101000 | f2ece0b13f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)