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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 袱千璃] | 11100101110111101001000011100111100101111001111001011101 | e5de90e7979e5d |
EUC-JP | 袱千璃] | 11101010111000001100000011101001110011011111111001011101 | eae0c0e9cdfe5d |
UTF-8 | 袱千璃] | 11101000101000101011000111100101100011011000001111100111100100101000001101011101 | e8a2b1e58d83e792835d |
UHC | ?千璃] | 001111111111010010110110110101111110001101011101 | 3ff4b6d7e35d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)