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 | 襪轟堪 | 111001100100001110001101100011001000101010101100 | e6438d8c8aac |
EUC-JP | 襪轟堪 | 111010111010010010111001111011001011010010101110 | eba4b9ecb4ae |
UTF-8 | 襪轟堪 | 111010001010010110101010111010001011110110011111111001011010000010101010 | e8a5aae8bd9fe5a0aa |
UHC | 襪轟堪 | 110110001100101011001110110111101100101011101101 | d8cacedecaed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)