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 | 艪延 | 11100100100000101000100110000100 | e4828984 |
EUC-JP | 艪延 | 11100111111000101011000111100100 | e7e2b1e4 |
UTF-8 | 艪延 | 111010001000100110101010111001011011101110110110 | e889aae5bbb6 |
UHC | ?延 | 001111111110011011000101 | 3fe6c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)