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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 髯檎ィョ蛛エ | 111010011001100110001100111001111010100010101110111001011000000110110100 | e9998ce7a8aee581b4 |
EUC-JP | 髯檎ィョ蛛エ | 111100011111100110111000111010011000111010101000100011101010111011101001111000011000111010110100 | f1f9b8e98ea88eaee9e18eb4 |
UTF-8 | 髯檎ィョ蛛エ | 111010011010101110101111111001101010101010001110111011111011110110101000111011111011110110101110111010001001101110011011111011111011110110110100 | e9abafe6aa8eefbda8efbdaee89b9befbdb4 |
UHC | ?檎??蛛? | 0011111111010000110101010011111100111111111100011100100000111111 | 3fd0d53f3ff1c83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)