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 | 沮戡? | 1001111110011100100111010100000100111111 | 9f9c9d413f |
EUC-JP | 沮戡? | 1101110111111100110110011010001000111111 | ddfcd9a23f |
UTF-8 | 沮戡렱 | 111001101011001010101110111001101000100010100001111010111010000010110001 | e6b2aee688a1eba0b1 |
UHC | 沮戡렱 | 111011101100000111001010111100011000111010111110 | eec1caf18ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)