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 | 鵝??墺?? | 1110101001000000001111110011111110011010110100100011111100111111 | ea403f3f9ad23f3f |
EUC-JP | 鵝??墺?? | 1111001110100001001111110011111111010100110101000011111100111111 | f3a13f3fd4d43f3f |
UTF-8 | 鵝녻뇮墺들걫 | 111010011011010110011101111010111000010110111011111010111000011110101110111001011010001010111010111010111001001110100100111010101011000110101011 | e9b59deb85bbeb87aee5a2baeb93a4eab1ab |
UHC | 鵝녻뇮墺들걫 | 111001001011110110000110111010001000011110010011111001111111001010110101111010011000000110010100 | e4bd86e88793e7f2b5e98194 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)