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 | ?????Q] | 00111111001111110011111100111111001111110101000101011101 | 3f3f3f3f3f515d |
SJIS-WIN | 恁?恁m?Q] | 10011100100011000011111110011100100011001000001010001101001111110101000101011101 | 9c8c3f9c8c828d3f515d |
EUC-JP | 恁?恁m?Q] | 11010111111011000011111111010111111011001010001111101101001111110101000101011101 | d7ec3fd7eca3ed3f515d |
UTF-8 | 恁좶恁m슊Q] | 1110011010000001100000011110110010100010101101101110011010000001100000011110111110111101100011011110110010001010100010100101000101011101 | e68181eca2b6e68181efbd8dec8a8a515d |
UHC | 恁좶恁m슊Q] | 111011001111011010100001010100011110110011110110101000111110110110011010100110100101000101011101 | ecf6a151ecf6a3ed9a9a515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)