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 | 鴨??茹?? | 1000101010011011001111110011111111100100101001010011111100111111 | 8a9b3f3fe4a53f3f |
EUC-JP | 鴨??茹?? | 1011001111111011001111110011111111101000101001110011111100111111 | b3fb3f3fe8a73f3f |
UTF-8 | 鴨뗫젶茹됰옖 | 111010011011010010101000111010111001011110101011111011001010000010110110111010001000110010111001111010111001000010110000111011001001100010010110 | e9b4a8eb97abeca0b6e88cb9eb90b0ec9896 |
UHC | 鴨뗫젶茹됰옖 | 111001001110010110001011111010111010000010101010111001101010101010001001111010111001111010011100 | e4e58beba0aae6aa89eb9e9c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)