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 | 餓??鵝?? | 1000100111101100001111110011111111101010010000000011111100111111 | 89ec3f3fea403f3f |
EUC-JP | 餓??鵝?? | 1011001011101110001111110011111111110011101000010011111100111111 | b2ee3f3ff3a13f3f |
UTF-8 | 餓뽬떨鵝녷룂 | 111010011010010010010011111010111011110110101100111010111001011010101000111010011011010110011101111010111000010110110111111010111010001110000010 | e9a493ebbdaceb96a8e9b59deb85b7eba382 |
UHC | 餓뽬떨鵝녷룂 | 111001001011101110010110111010001011011010110011111001001011110110000110111001101000111110000011 | e4bb96e8b6b3e4bd86e68f83 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)