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 | å[Pâ½ | 1110010101011011100011101000100110000100010100001110001010111101 | e55b8e898450e2bd |
SJIS-WIN | ?[???P?? | 0011111101011011001111110011111100111111010100000011111100111111 | 3f5b3f3f3f503f3f |
EUC-JP | å[???Pâ? | 100011111010101110101001010110110011111100111111001111110101000010001111101010111010010000111111 | 8faba95b3f3f3f508faba43f |
UTF-8 | å[Pâ½ | 1100001110100101010110111100001010001110110000101000100111000010100001000101000011000011101000101100001010111101 | c3a55bc28ec289c28450c3a2c2bd |
UHC | ?[???P?½ | 001111110101101100111111001111110011111101010000001111111010100011110110 | 3f5b3f3f3f503fa8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)