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 | 馨?? | 10001010010111010011111100111111 | 8a5d3f3f |
EUC-JP | 馨?? | 10110011101111100011111100111111 | b3be3f3f |
UTF-8 | 馨딉풕 | 111010011010011010101000111010111001010010001001111011011001001010010101 | e9a6a8eb9489ed9295 |
UHC | 馨딉풕 | 111110111011000010001010111011111011111010011000 | fbb08aefbe98 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)