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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 罎磯宵 | 111000111010001010001000111010011000111110101010 | e3a288e98faa |
EUC-JP | 罎磯宵 | 111001101010010010110000111010111011111010101100 | e6a4b0ebbeac |
UTF-8 | 罎磯宵 | 111001111011110110001110111001111010001110101111111001011010111010110101 | e7bd8ee7a3afe5aeb5 |
UHC | ?磯宵 | 0011111111010001101101001110000110110010 | 3fd1b4e1b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)