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 | 佇?貿 | 1001100011001000001111111001011001100110 | 98c83f9666 |
EUC-JP | 佇?貿 | 1101000011001010001111111100101111000111 | d0ca3fcbc7 |
UTF-8 | 佇ㅽ貿 | 111001001011110110000111111000111000010110111101111010001011001010111111 | e4bd87e385bde8b2bf |
UHC | 佇ㅽ貿 | 111011101011011110100100111011011101100111110101 | eeb7a4edd9f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)