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 | 辜桁け | 111001111000001110001100100001011000001010101111 | e7838c8582af |
EUC-JP | 辜桁け | 111011011110001110110111111001011010010010110001 | ede3b7e5a4b1 |
UTF-8 | 辜桁け | 111010001011111010011100111001101010000110000001111000111000000110010001 | e8be9ce6a181e38191 |
UHC | 辜桁け | 110011011101000011111001111110011010101010110001 | cdd0f9f9aab1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)