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 | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 逕樒鮒濶ェh | 11100111100101001001111011100111100101011010100111101000100010011010101001101000 | e7949ee795a9e889aa68 |
EUC-JP | 逕樒鮒濶ェh | 1110110111110100110111001110100111001010101010111110111111101001100011101010101001101000 | edf4dce9caabefe98eaa68 |
UTF-8 | 逕樒鮒濶ェh | 11101001100000001001010111100110101010001001001011101001101011101001001011100110101111111011011011101111101111011010101001101000 | e98095e6a892e9ae92e6bfb6efbdaa68 |
UHC | 逕????h | 11001100111011110011111100111111001111110011111101101000 | ccef3f3f3f3f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)