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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 倖耕?葬 | 10001100111101001000110101101011001111111001000110010010 | 8cf48d6b3f9192 |
EUC-JP | 倖耕?葬 | 10111000111101101011100111001100001111111100000111110010 | b8f6b9cc3fc1f2 |
UTF-8 | 倖耕歷葬 | 111001011000000010010110111010001000000010010101111001101010110110110111111010001001000110101100 | e58096e88095e6adb7e891ac |
UHC | 倖耕歷葬 | 1111101010111000110011001110100111010101111101101110110111110111 | fab8cce9d5f6edf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)