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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 臧??莎? | 11100100011010000011111100111111111001001011001100111111 | e4683f3fe4b33f |
EUC-JP | 臧??莎? | 11100111110010010011111100111111111010001011010100111111 | e7c93f3fe8b53f |
UTF-8 | 臧쯩렟莎㎮ | 111010001000011110100111111011001010111110101001111010111010000010011111111010001000111010001110111000111000111010101110 | e887a7ecafa9eba09fe88e8ee38eae |
UHC | 臧쯩렟莎㎮ | 11101101111101011100001011101101100011101011000011011110111011011010011111100010 | edf5c2ed8eb0deeda7e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)