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 | 倖耕??? | 10001100111101001000110101101011001111110011111100111111 | 8cf48d6b3f3f3f |
EUC-JP | 倖耕??? | 10111000111101101011100111001100001111110011111100111111 | b8f6b9cc3f3f3f |
UTF-8 | 倖耕歷痢롤 | 111001011000000010010110111010001000000010010101111001101010110110110111111011111010011110100101111010111010000110100100 | e58096e88095e6adb7efa7a5eba1a4 |
UHC | 倖耕歷痢롤 | 11111010101110001100110011101001110101011111011011101100101110001011011111010001 | fab8cce9d5f6ecb8b7d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)