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 | 沃?す | 1001011110000000001111111000001010110111 | 97803f82b7 |
EUC-JP | 沃?す | 1100110111100000001111111010010010111001 | cde03fa4b9 |
UTF-8 | 沃㎬す | 111001101011001010000011111000111000111010101100111000111000000110011001 | e6b283e38eace38199 |
UHC | 沃㎬す | 111010001010101010100111111010001010101010111001 | e8aaa7e8aab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)