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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 該??航? | 10001010010110010011111100111111100011010111000100111111 | 8a593f3f8d713f |
EUC-JP | 該??航? | 10110011101110100011111100111111101110011101001000111111 | b3ba3f3fb9d23f |
UTF-8 | 該뤹웻航텯 | 111010001010100110110010111010111010010010111001111011001001101110111011111010001000100010101010111011011000010110101111 | e8a9b2eba4b9ec9bbbe888aaed85af |
UHC | 該뤹웻航텯 | 11111010101100011000111111100111100111111000011111111001111111101011011101000010 | fab18fe79f87f9feb742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)