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 | 艶μ콛 | 1110100010001001101101101100111010111100111011001011110110011011 | e889b6cebcecbd9b |
UHC | 艶μ콛 | 111001101111110110100101111011001011000110010100 | e6fda5ecb194 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)