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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???意??? | 0011111100111111001111111000100011010011001111110011111100111111 | 3f3f3f88d33f3f3f |
EUC-JP | ???意??? | 0011111100111111001111111011000011010101001111110011111100111111 | 3f3f3fb0d53f3f3f |
UTF-8 | 緣욁끁意곮퓚溜 | 111001111011011110100011111011001001101010000001111010111000000110000001111001101000010010001111111010101011001110101110111011011001001110011010111011111010011110001011 | e7b7a3ec9a81eb8181e6848feab3aeed939aefa78b |
UHC | 緣욁끁意곮퓚溜 | 1110011011011110100111101110001110000101101101111110101111110010100000011110100010111111100001011110101011111110 | e6de9ee385b7ebf281e8bf85eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)