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 | ??|^F | 0011111100111111011111000101111001000110 | 3f3f7c5e46 |
SJIS-WIN | 淨?|^F | 100111111100010000111111011111000101111001000110 | 9fc43f7c5e46 |
EUC-JP | 淨?|^F | 110111101100011000111111011111000101111001000110 | dec63f7c5e46 |
UTF-8 | 淨렠|^F | 111001101011011110101000111010111010000010100000011111000101111001000110 | e6b7a8eba0a07c5e46 |
UHC | 淨렠|^F | 11101111111001001000111010110001011111000101111001000110 | efe48eb17c5e46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)