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 | ?貎陲 | 0011111111100110101111011110100010100010 | 3fe6bde8a2 |
EUC-JP | 錟貎陲 | 10001111111001001101110111101100101111111111000010100100 | 8fe4ddecbff0a4 |
UTF-8 | 錟貎陲 | 111010011000110010011111111010001011001010001110111010011001100110110010 | e98c9fe8b28ee999b2 |
UHC | 錟?? | 11010011110010100011111100111111 | d3ca3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)