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 | 鴒ヤ寬カ悉 | 1110100111110111110101001111101010101010101101101000111010111011 | e9f7d4faaab68ebb |
EUC-JP | 鴒ヤ?カ悉 | 111100101111100110001110110101000011111110001110101101101011110010111101 | f2f98ed43f8eb6bcbd |
UTF-8 | 鴒ヤ寬カ悉 | 111010011011010010010010111011111011111010010100111001011010111110101100111011111011110110110110111001101000001010001001 | e9b492efbe94e5afacefbdb6e68289 |
UHC | ??寬?悉 | 00111111001111111100111010110000001111111110001111111010 | 3f3fceb03fe3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)