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 | 怏??愿? | 10011100100010010011111100111111100111001100001100111111 | 9c893f3f9cc33f |
EUC-JP | 怏??愿? | 11010111111010010011111100111111110110001100010100111111 | d7e93f3fd8c53f |
UTF-8 | 怏얠뮇愿쯆 | 111001101000000010001111111011001001011010100000111010111010111010000111111001101000010010111111111011001010111110000110 | e6808fec96a0ebae87e684bfecaf86 |
UHC | 怏얠뮇愿쯆 | 11100100111010001011111011101100100100101001011011101010101101001010100101000010 | e4e8beec9296eab4a942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)