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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 騾紗画溜 | 1110100110000000100011101101000110001001111001101001011110101101 | e9808ed189e697ad |
EUC-JP | 騾紗画溜 | 1111000111100000101111001101001110110010111010001100111010101111 | f1e0bcd3b2e8ceaf |
UTF-8 | 騾紗画溜 | 111010011010100010111110111001111011010010010111111001111001010010111011111001101011101010011100 | e9a8bee7b497e794bbe6ba9c |
UHC | ?紗?溜 | 001111111101111011101001001111111101011110110110 | 3fdee93fd7b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)