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 | 遺??遺??^ | 100010001110001000111111001111111000100011100010001111110011111101011110 | 88e23f3f88e23f3f5e |
EUC-JP | 遺??遺??^ | 101100001110010000111111001111111011000011100100001111110011111101011110 | b0e43f3fb0e43f3f5e |
UTF-8 | 遺ㅽ뫟遺ㅵ뜇^ | 11101001100000011011101011100011100001011011110111101011101010111001111111101001100000011011101011100011100001011011010111101011100111001000011101011110 | e981bae385bdebab9fe981bae385b5eb9c875e |
UHC | 遺ㅽ뫟遺ㅵ뜇^ | 11101011101101101010010011101101100100011011111111101011101101101010010011100101100011011000101001011110 | ebb6a4ed91bfebb6a4e58d8a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)