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 | 孺??? | 1001101101111101001111110011111100111111 | 9b7d3f3f3f |
EUC-JP | 孺??? | 1101010111011110001111110011111100111111 | d5de3f3f3f |
UTF-8 | 孺잴렕렑 | 111001011010110110111010111011001001111010110100111010111010000010010101111010111010000010010001 | e5adbaec9eb4eba095eba091 |
UHC | 孺잴렕렑 | 1110101011101000110000001110101010001110101010101000111010100110 | eae8c0ea8eaa8ea6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)