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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 蘚齧蘚齧^ | 111001010110010011101010100101101110010101100100111010101001011001011110 | e564ea96e564ea965e |
EUC-JP | 蘚齧蘚齧^ | 111010011100010111110011111101101110100111000101111100111111011001011110 | e9c5f3f6e9c5f3f65e |
UTF-8 | 蘚齧蘚齧^ | 11101000100110001001101011101001101111011010011111101000100110001001101011101001101111011010011101011110 | e8989ae9bda7e8989ae9bda75e |
UHC | 蘚齧蘚齧^ | 111000001101000011100000111001011110000011010000111000001110010101011110 | e0d0e0e5e0d0e0e55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)