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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 午??午??^ | 100011001101111100111111001111111000110011011111001111110011111101011110 | 8cdf3f3f8cdf3f3f5e |
EUC-JP | 午??午??^ | 101110001110000100111111001111111011100011100001001111110011111101011110 | b8e13f3fb8e13f3f5e |
UTF-8 | 午뽱뫟午뽩뜇^ | 11100101100011011000100011101011101111011011000111101011101010111001111111100101100011011000100011101011101111011010100111101011100111001000011101011110 | e58d88ebbdb1ebab9fe58d88ebbda9eb9c875e |
UHC | 午뽱뫟午뽩뜇^ | 11100111111011011001011011101101100100011011111111100111111011011001011011100101100011011000101001011110 | e7ed96ed91bfe7ed96e58d8a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)