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 | ??け?冀 | 00111111001111111000001010101111001111111001100101100010 | 3f3f82af3f9962 |
EUC-JP | ??け?冀 | 00111111001111111010010010110001001111111101000111000011 | 3f3fa4b13fd1c3 |
UTF-8 | 룶퓦け룶冀 | 111010111010001110110110111011011001001110100110111000111000000110010001111010111010001110110110111001011000011010000000 | eba3b6ed93a6e38191eba3b6e58680 |
UHC | 룶퓦け룶冀 | 10001111101010111011111110001111101010101011000110001111101010111101000011101101 | 8fabbf8faab18fabd0ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)