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 | ?蠢龕 | 0011111111100101101111111110101010011100 | 3fe5bfea9c |
EUC-JP | ?蠢龕 | 0011111111101010110000011111001111111100 | 3feac1f3fc |
UTF-8 | 뤔蠢龕 | 111010111010010010010100111010001010000010100010111010011011111010010101 | eba494e8a0a2e9be95 |
UHC | 뤔蠢龕 | 100011111100010011110001111000111100101011111110 | 8fc4f1e3cafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)