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 | 要?К渦 | 10010111011101100011111110000100010010111000100101010001 | 97763f844b8951 |
EUC-JP | 要?К渦 | 11001101110101110011111110100111101011001011000110110010 | cdd73fa7acb1b2 |
UTF-8 | 要뺟К渦 | 1110100010100110100000011110101110111010100111111101000010011010111001101011100010100110 | e8a681ebba9fd09ae6b8a6 |
UHC | 要뺟К渦 | 1110100110101001100101011110011110101100101011001110100010111110 | e9a995e7acace8be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)