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 | ???o | 00111111001111110011111101101111 | 3f3f3f6f |
SJIS-WIN | 張??o | 1001001010100011001111110011111101101111 | 92a33f3f6f |
EUC-JP | 張??o | 1100010010100101001111110011111101101111 | c4a53f3f6f |
UTF-8 | 張섇뤀o | 11100101101111001011010111101100100001001000011111101011101001001000000001101111 | e5bcb5ec8487eba4806f |
UHC | 張섇뤀o | 11101101111001011001100011100101100011111011000101101111 | ede598e58fb16f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)