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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 湜鹿湜鹿B | 111110110100011110001110101011011111101101000111100011101010110101000010 | fb478eadfb478ead42 |
EUC-JP | 湜鹿湜鹿B | 1000111111000111111111001011110010101111100011111100011111111100101111001010111101000010 | 8fc7fcbcaf8fc7fcbcaf42 |
UTF-8 | 湜鹿湜鹿B | 11100110101110011001110011101001101110011011111111100110101110011001110011101001101110011011111101000010 | e6b99ce9b9bfe6b99ce9b9bf42 |
UHC | 湜鹿湜鹿B | 111000111101011111010110111000111110001111010111110101101110001101000010 | e3d7d6e3e3d7d6e342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)