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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 齎?儉 | 1110011011011000001111111001100101001100 | e6d83f994c |
EUC-JP | 齎?儉 | 1110110011011010001111111101000110101101 | ecda3fd1ad |
UTF-8 | 齎쯔儉 | 111010011011110110001110111011001010111110010100111001011000010010001001 | e9bd8eecaf94e58489 |
UHC | 齎쯔儉 | 111011101011001011000010111010101100101111111011 | eeb2c2eacbfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)