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 | 阿??應? | 10001000101000100011111100111111100111001110010000111111 | 88a23f3f9ce43f |
EUC-JP | 阿??應? | 10110000101001000011111100111111110110001110011000111111 | b0a43f3fd8e63f |
UTF-8 | 阿쇻꺂應췇 | 111010011001100010111111111011001000011110111011111010101011101010000010111001101000011110001001111011001011011110000111 | e998bfec87bbeaba82e68789ecb787 |
UHC | 阿쇻꺂應췇 | 11100100101110011001100111100011100000111010101111101011111010111010111001000010 | e4b999e383abebebae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)