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 | 珱因蔟壓 | 1110000011111100100010001111011011100100111101011001101011011000 | e0fc88f6e4f59ad8 |
EUC-JP | 珱因蔟壓 | 1110000011111110101100001111100011101000111101111101010011011010 | e0feb0f8e8f7d4da |
UTF-8 | 珱因蔟壓 | 111001111000111110110001111001011001101110100000111010001001010010011111111001011010001110010011 | e78fb1e59ba0e8949fe5a393 |
UHC | ?因?壓 | 001111111110110011010111001111111110010011100010 | 3fecd73fe4e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)