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 | ???h?? | 001111110011111100111111011010000011111100111111 | 3f3f3f683f3f |
SJIS-WIN | 倖耕?h倖耕 | 10001100111101001000110101101011001111110110100010001100111101001000110101101011 | 8cf48d6b3f688cf48d6b |
EUC-JP | 倖耕?h倖耕 | 10111000111101101011100111001100001111110110100010111000111101101011100111001100 | b8f6b9cc3f68b8f6b9cc |
UTF-8 | 倖耕歷h倖耕 | 11100101100000001001011011101000100000001001010111100110101011011011011101101000111001011000000010010110111010001000000010010101 | e58096e88095e6adb768e58096e88095 |
UHC | 倖耕歷h倖耕 | 1111101010111000110011001110100111010101111101100110100011111010101110001100110011101001 | fab8cce9d5f668fab8cce9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)