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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????垂 | 0011111100111111001111110011111100111111001111111001000010000010 | 3f3f3f3f3f3f9082 |
EUC-JP | ??????垂 | 0011111100111111001111110011111100111111001111111011111111100010 | 3f3f3f3f3f3fbfe2 |
UTF-8 | 凉붾젺琉볧꺇垂 | 111011111010010110111001111010111011011010111110111011001010000010111010111011111010011110001100111010111011001110100111111010101011101010000111111001011001111010000010 | efa5b9ebb6beeca0baefa78cebb3a7eaba87e59e82 |
UHC | 凉붾젺琉볧꺇垂 | 1110010110111100100101001110101110100000101011011110101110100100100100111110110110000011101011101110000111110111 | e5bc94eba0adeba493ed83aee1f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)