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 | 績肯? | 1001000011010001100011010110110100111111 | 90d18d6d3f |
EUC-JP | 績肯? | 1100000011010011101110011100111000111111 | c0d3b9ce3f |
UTF-8 | 績肯벅 | 111001111011100010111110111010001000001010101111111010111011001010000101 | e7b8bee882afebb285 |
UHC | 績肯벅 | 111011101110000011010000111010011011100111110111 | eee0d0e9b9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)