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 | 鸙シレ靈 | 111111000100101010111100110110101110100011001011 | fc4abcdae8cb |
EUC-JP | 鸙シレ靈 | 100011111110110011010110100011101011110010001110110110101111000011001101 | 8fecd68ebc8edaf0cd |
UTF-8 | 鸙シレ靈 | 111010011011100010011001111011111011110110111100111011111011111010011010111010011001110110001000 | e9b899efbdbcefbe9ae99d88 |
UHC | ???靈 | 0011111100111111001111111101011011000100 | 3f3f3fd6c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)