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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??? | 001111110011111100111111 | 3f3f3f |
EUC-JP | 鎣?? | 1000111111100101101100100011111100111111 | 8fe5b23f3f |
UTF-8 | 鎣뚲쓭 | 111010011000111010100011111010111001101010110010111011001001001110101101 | e98ea3eb9ab2ec93ad |
UHC | 鎣뚲쓭 | 111110111010111110001100111011101001110110001101 | fbaf8cee9d8d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)