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 | 鬢俯昏 | 111010011010010010011000111010111000110110101000 | e9a498eb8da8 |
EUC-JP | 鬢俯昏 | 111100101010011011010000111011011011101010101010 | f2a6d0edbaaa |
UTF-8 | 鬢俯昏 | 111010011010110010100010111001001011111110101111111001101001100010001111 | e9aca2e4bfafe6988f |
UHC | ?俯昏 | 0011111111011100111101101111101111100111 | 3fdcf6fbe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)