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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 讌皮洌邁ォB | 11100110101001011001010011100111100111111010111011100111101100001010101101000010 | e6a594e79faee7b0ab42 |
EUC-JP | 讌皮洌邁ォB | 1110110010100111110010001110100111011110101100001110111010110010100011101010101101000010 | eca7c8e9deb0eeb28eab42 |
UTF-8 | 讌皮洌邁ォB | 11101000101011101000110011100111100110101010111011100110101101001000110011101001100000101000000111101111101111011010101101000010 | e8ae8ce79aaee6b48ce98281efbdab42 |
UHC | ?皮洌邁?B | 001111111111100110101011110101101010110011011000111001000011111101000010 | 3ff9abd6acd8e43f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)