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 | 彦??鵝?? | 1001010101000110001111110011111111101010010000000011111100111111 | 95463f3fea403f3f |
EUC-JP | 彦??鵝?? | 1100100110100111001111110011111111110011101000010011111100111111 | c9a73f3ff3a13f3f |
UTF-8 | 彦낁씩鵝녷뿈 | 111001011011110110100110111010111000001010000001111011001001010010101001111010011011010110011101111010111000010110110111111010111011111110001000 | e5bda6eb8281ec94a9e9b59deb85b7ebbf88 |
UHC | 彦낁씩鵝녷뿈 | 111001011110100110000101111010001011111010111111111001001011110110000110111001101001011110001111 | e5e985e8bebfe4bd86e6978f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)