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 | 熱??阿?? | 1001010001001101001111110011111110001000101000100011111100111111 | 944d3f3f88a23f3f |
EUC-JP | 熱??阿?? | 1100011110101110001111110011111110110000101001000011111100111111 | c7ae3f3fb0a43f3f |
UTF-8 | 熱뗫젧阿뗧썣 | 111001111000011010110001111010111001011110101011111011001010000010100111111010011001100010111111111010111001011110100111111011001000110110100011 | e786b1eb97abeca0a7e998bfeb97a7ec8da3 |
UHC | 熱뗫젧阿뗧썣 | 111001101111000010001011111010111010000010011111111001001011100110001011111001111001101110010110 | e6f08beba09fe4b98be79b96 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)