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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 緯? | 100010001101110000111111 | 88dc3f |
EUC-JP | 緯? | 101100001101111000111111 | b0de3f |
UTF-8 | 緯법 | 111001111011011110101111111010111011001010010101 | e7b7afebb295 |
UHC | 緯법 | 11101010110101011011100111111101 | ead5b9fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)