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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鬨壱ァ真 | 11101001101010001000100011101011101001111001000001011110 | e9a888eba7905e |
EUC-JP | 鬨壱ァ真 | 1111001010101010101100001110110110001110101001111011111110111111 | f2aab0ed8ea7bfbf |
UTF-8 | 鬨壱ァ真 | 111010011010110010101000111001011010001110110001111011111011110110100111111001111001110010011111 | e9aca8e5a3b1efbda7e79c9f |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)