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 | 製?怨峯? | 1001000010111011001111111000100110000101100101011111010100111111 | 90bb3f898595f53f |
EUC-JP | 製?怨峯? | 1100000010111101001111111011000111100101110010101111011100111111 | c0bd3fb1e5caf73f |
UTF-8 | 製렩怨峯렠 | 111010001010001110111101111010111010000010101001111001101000000010101000111001011011001110101111111010111010000010100000 | e8a3bdeba0a9e680a8e5b3afeba0a0 |
UHC | 製렩怨峯렠 | 11110000101100101000111010110111111010101011001111011100111001111000111010110001 | f0b28eb7eab3dce78eb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)