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 | 泣??? | 1011010111100011001111110011111100111111 | b5e33f3f3f |
UTF-8 | 泣잴렕렑 | 111001101011001110100011111011001001111010110100111010111010000010010101111010111010000010010001 | e6b3a3ec9eb4eba095eba091 |
UHC | 泣잴렕렑 | 1110101111101000110000001110101010001110101010101000111010100110 | ebe8c0ea8eaa8ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)