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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 筌⑤?愛 | 11100010101000111000011101000100001111111000100010100100 | e2a387443f88a4 |
EUC-JP | 筌??愛 | 111001001010010100111111001111111011000010100110 | e4a53f3fb0a6 |
UTF-8 | 筌⑤젘愛 | 111001111010110110001100111000101001000110100100111011001010000010011000111001101000010010011011 | e7ad8ce291a4eca098e6849b |
UHC | 筌⑤젘愛 | 1110111110100111101010001110101110100000100101001110010011110001 | efa7a8eba094e4f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)