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 | 愽溟牘 | 100111001100011110011111111100001110000010101111 | 9cc79ff0e0af |
EUC-JP | 愽溟牘 | 110110001100100111011110111100101110000010110001 | d8c9def2e0b1 |
UTF-8 | 愽溟牘 | 111001101000010010111101111001101011101010011111111001111000100110011000 | e684bde6ba9fe78998 |
UHC | ?溟牘 | 0011111111011001101010001101010010111010 | 3fd9a8d4ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)