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 | エ闔ァ辞鴉 | 11110000101110111011010011101000100011101010011110001110101010111110100111101011 | f0bbb4e88ea78eabe9eb |
EUC-JP | ?エ闔ァ辞鴉 | 0011111110001110101101001110111111101110100011101010011110111100101011011111001011101101 | 3f8eb4efee8ea7bcadf2ed |
UTF-8 | エ闔ァ辞鴉 | 111011101000000110111010111011111011110110110100111010011001011110010100111011111011110110100111111010001011111010011110111010011011010010001001 | ee81baefbdb4e99794efbda7e8be9ee9b489 |
UHC | ??闔??鴉 | 0011111100111111111110011110111100111111001111111110010010111100 | 3f3ff9ef3f3fe4bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)