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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 膺?] | 11100100010111100011111101011101 | e45e3f5d |
EUC-JP | 膺?] | 11100111101111110011111101011101 | e7bf3f5d |
UTF-8 | 膺렱] | 11101000100001101011101011101011101000001011000101011101 | e886baeba0b15d |
UHC | 膺렱] | 1110101111101100100011101011111001011101 | ebec8ebe5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)