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 | ?新?? | 0011111110010000010101100011111100111111 | 3f90563f3f |
EUC-JP | 搔新?? | 10001111110000001100101110111111101101110011111100111111 | 8fc0cbbfb73f3f |
UTF-8 | 搔新뱢슓 | 111001101001000010010100111001101001011010110000111010111011000110100010111011001000101010010011 | e69094e696b0ebb1a2ec8a93 |
UHC | 搔新뱢슓 | 1110000110111000111000111110011010010011100010001001101010100010 | e1b8e3e693889aa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)