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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 葹簿・憮B | 11100100110111111001010111101011101001011001110011100001111100101010000001000010 | e4df95eba59ce1f2a042 |
EUC-JP | 葹簿・憮?B | 11101000111000011100101011101101100011101010010111011000111000110011111101000010 | e8e1caed8ea5d8e33f42 |
UTF-8 | 葹簿・憮B | 11101000100100011011100111100111101100001011111111101111101111011010010111100110100001101010111011101110100001111001011101000010 | e891b9e7b0bfefbda5e686aeee879742 |
UHC | ?簿?憮?B | 0011111111011101101011010011111111011001111001000011111101000010 | 3fddad3fd9e43f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)