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 | ????× | 0011111100111111001111110011111111010111 | 3f3f3f3fd7 |
SJIS-WIN | ?脚?瑙× | 0011111110001011011100100011111111100000111011011000000101111110 | 3f8b723fe0ed817e |
EUC-JP | ?脚?瑙× | 0011111110110101110100110011111111100000111011111010000111011111 | 3fb5d33fe0efa1df |
UTF-8 | 렻脚뗘瑙× | 1110101110100000101110111110100010000100100110101110101110010111100110001110011110010001100110011100001110010111 | eba0bbe8849aeb9798e79199c397 |
UHC | 렻脚뗘瑙× | 10001110110000111100101011000101101101101100010111010010110001011010000110111111 | 8ec3cac5b6c5d2c5a1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)