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 | 惟?眉 | 1000100011010010001111111001010011111011 | 88d23f94fb |
EUC-JP | 惟?眉 | 1011000011010100001111111100100011111101 | b0d43fc8fd |
UTF-8 | 惟고眉 | 111001101000001110011111111010101011001110100000111001111001110010001001 | e6839feab3a0e79c89 |
UHC | 惟고眉 | 111010101110111010110000111011011101101010110110 | eaeeb0eddab6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)