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 | 型?? | 10001100010111100011111100111111 | 8c5e3f3f |
EUC-JP | 型?? | 10110111101111110011111100111111 | b7bf3f3f |
UTF-8 | 型뫈㎦ | 111001011001111010001011111010111010101110001000111000111000111010100110 | e59e8bebab88e38ea6 |
UHC | 型뫈㎦ | 111110101111111010111000111110111010011110101010 | fafeb8fba7aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)