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 | ??ケ?? | 001111110011111110000011010100000011111100111111 | 3f3f83503f3f |
EUC-JP | ??ケ?? | 001111110011111110100101101100010011111100111111 | 3f3fa5b13f3f |
UTF-8 | 룶퓦ケ룵점 | 111010111010001110110110111011011001001110100110111000111000001010110001111010111010001110110101111011001010000010010000 | eba3b6ed93a6e382b1eba3b5eca090 |
UHC | 룶퓦ケ룵점 | 10001111101010111011111110001111101010111011000110001111101010101100000110100001 | 8fabbf8fabb18faac1a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)