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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 凉붾젺琉볧꺇 | 111011111010010110111001111010111011011010111110111011001010000010111010111011111010011110001100111010111011001110100111111010101011101010000111 | efa5b9ebb6beeca0baefa78cebb3a7eaba87 |
UHC | 凉붾젺琉볧꺇 | 111001011011110010010100111010111010000010101101111010111010010010010011111011011000001110101110 | e5bc94eba0adeba493ed83ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)