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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ???苑?^ | 00111111001111110011111110001001100100010011111101011110 | 3f3f3f89913f5e |
EUC-JP | ??Ŋ苑?^ | 001111110011111110001111101010011010101110110001111100010011111101011110 | 3f3f8fa9abb1f13f5e |
UTF-8 | 料곕Ŋ苑럍^ | 111011111010011010111110111010101011001110010101110001011000101011101000100010111001000111101011100111111000110101011110 | efa6beeab395c58ae88b91eb9f8d5e |
UHC | 料곕Ŋ苑럍^ | 1110100011110111101100001110101110101000101011111110101010111101100011100110101001011110 | e8f7b0eba8afeabd8e6a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)