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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鴒リ寬」辞 | 1110100111110111110110001111101010101010101000111000111010101011 | e9f7d8faaaa38eab |
EUC-JP | 鴒リ?」辞 | 111100101111100110001110110110000011111110001110101000111011110010101101 | f2f98ed83f8ea3bcad |
UTF-8 | 鴒リ寬」辞 | 111010011011010010010010111011111011111010011000111001011010111110101100111011111011110110100011111010001011111010011110 | e9b492efbe98e5afacefbda3e8be9e |
UHC | ??寬?? | 001111110011111111001110101100000011111100111111 | 3f3fceb03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)