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 | 艶μ? | 1000100110010000100000111100101000111111 | 899083ca3f |
EUC-JP | 艶μ? | 1011000111110000101001101100110000111111 | b1f0a6cc3f |
UTF-8 | 艶μ갼 | 1110100010001001101101101100111010111100111010101011000010111100 | e889b6cebceab0bc |
UHC | 艶μ갼 | 111001101111110110100101111011001011000010111110 | e6fda5ecb0be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)