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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 韶。魑ァ鈕 | 1110100011101110101000011110100110110011101001111110011111100100 | e8eea1e9b3a7e7e4 |
EUC-JP | 韶。魑ァ鈕 | 11110000111100001000111010100001111100101011010110001110101001111110111011100110 | f0f08ea1f2b58ea7eee6 |
UTF-8 | 韶。魑ァ鈕 | 111010011001111110110110111011111011110110100001111010011010110110010001111011111011110110100111111010011000100010010101 | e99fb6efbda1e9ad91efbda7e98895 |
UHC | 韶???? | 111000011101001000111111001111110011111100111111 | e1d23f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)