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 | ÷õú« | 11110111111101011111101010101011 | f7f5faab |
SJIS-WIN | ÷??? | 1000000110000000001111110011111100111111 | 81803f3f3f |
EUC-JP | ÷õú? | 101000011110000010001111101010111101100010001111101010111110001000111111 | a1e08fabd88fabe23f |
UTF-8 | ÷õú« | 1100001110110111110000111011010111000011101110101100001010101011 | c3b7c3b5c3bac2ab |
UHC | ÷??? | 1010000111000000001111110011111100111111 | a1c03f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)