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 | 蟶ス轢城ァ薦 | 11100101101110001011110111100111100000001000111111101001101001111001000101000101 | e5b8bde7808fe9a79145 |
EUC-JP | 蟶ス轢城ァ薦 | 111010101011101010001110101111011110110111100000101111101110101110001110101001111100000110100110 | eaba8ebdede0beeb8ea7c1a6 |
UTF-8 | 蟶ス轢城ァ薦 | 111010001001111110110110111011111011110110111101111010001011110110100010111001011001111110001110111011111011110110100111111010001001011010100110 | e89fb6efbdbde8bda2e59f8eefbda7e896a6 |
UHC | ??轢城?薦 | 001111110011111111010101111110011110000011110010001111111111010011000000 | 3f3fd5f9e0f23ff4c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)