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 | 逾橄洟寀 | 1110011110100101100111101110101110011111101001001111101010100111 | e7a59eeb9fa4faa7 |
EUC-JP | 逾橄洟寀 | 111011101010011111011100111011011101111010100110100011111011101011011011 | eea7dceddea68fbadb |
UTF-8 | 逾橄洟寀 | 111010011000000010111110111001101010100110000100111001101011010010011111111001011010111110000000 | e980bee6a984e6b49fe5af80 |
UHC | 逾橄?寀 | 11101011101101011100101011110100001111111111001111110010 | ebb5caf43ff3f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)