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 | 肆怨け聽 | 1110001111100110100010011000010110000010101011111110001111100011 | e3e6898582afe3e3 |
EUC-JP | 肆怨け聽 | 1110011011101000101100011110010110100100101100011110011011100101 | e6e8b1e5a4b1e6e5 |
UTF-8 | 肆怨け聽 | 111010001000001010000110111001101000000010101000111000111000000110010001111010001000000110111101 | e88286e680a8e38191e881bd |
UHC | 肆怨け聽 | 1101111011101011111010101011001110101010101100011111010011101001 | deebeab3aab1f4e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)