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 | ????O | 0011111100111111001111110011111101001111 | 3f3f3f3f4f |
SJIS-WIN | 喟鞦鶺哭O | 100110100101111111101000111000011110101001010100100110100100110001001111 | 9a5fe8e1ea549a4c4f |
EUC-JP | 喟鞦鶺哭O | 110100111100000011110000111000111111001110110101110100111010110101001111 | d3c0f0e3f3b5d3ad4f |
UTF-8 | 喟鞦鶺哭O | 11100101100101101001111111101001100111101010011011101001101101101011101011100101100100111010110101001111 | e5969fe99ea6e9b6bae593ad4f |
UHC | ???哭O | 001111110011111100111111110011011101011001001111 | 3f3f3fcdd64f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)