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 | 穗??嘶 | 111000100110111000111111001111111001101001111100 | e26e3f3f9a7c |
EUC-JP | 穗??嘶 | 111000111100111100111111001111111101001111011101 | e3cf3f3fd3dd |
UTF-8 | 穗룇꽰嘶 | 111001111010100110010111111010111010001110000111111010101011110110110000111001011001100010110110 | e7a997eba387eabdb0e598b6 |
UHC | 穗룇꽰嘶 | 1110001010110100100011111000011010000100101110111110001110110110 | e2b48f8684bbe3b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)