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 | 泣??? | 1000101110000011001111110011111100111111 | 8b833f3f3f |
EUC-JP | 泣??繇 | 10110101111000110011111100111111100011111101010011010001 | b5e33f3f8fd4d1 |
UTF-8 | 泣뤾콝繇 | 111001101011001110100011111010111010010010111110111011001011110110011101111001111011100110000111 | e6b3a3eba4beecbd9de7b987 |
UHC | 泣뤾콝繇 | 1110101111101000100011111110101010110001100101011110100110100011 | ebe88feab195e9a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)