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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???悳コ | 00111111001111110011111110011100011110111000001101010010 | 3f3f3f9c7b8352 |
EUC-JP | ???悳コ | 00111111001111110011111111010111110111001010010110110011 | 3f3f3fd7dca5b3 |
UTF-8 | 룶웡룵悳コ | 111010111010001110110110111011001001101110100001111010111010001110110101111001101000001010110011111000111000001010110011 | eba3b6ec9ba1eba3b5e682b3e382b3 |
UHC | 룶웡룵悳コ | 10001111101010111011111111111101100011111010101011010011111011011010101110110011 | 8fabbffd8faad3edabb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)