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 | 100011101011110010001110110110101000111010110011100011101101011101000010 | 8ebc8eda8eb38ed742 |
EUC-JP | 湿尺宍邪B | 101111001011111010111100110111001011110010110101101111001101100101000010 | bcbebcdcbcb5bcd942 |
UTF-8 | 湿尺宍邪B | 11100110101110011011111111100101101100001011101011100101101011101000110111101001100000101010101001000010 | e6b9bfe5b0bae5ae8de982aa42 |
UHC | ?尺?邪B | 00111111111101001010100100111111110111101111011101000010 | 3ff4a93fdef742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)