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 | ??????~ | 00111111001111110011111100111111001111110011111101111110 | 3f3f3f3f3f3f7e |
SJIS-WIN | ?幾??幾?~ | 001111111000101011110100001111110011111110001010111101000011111101111110 | 3f8af43f3f8af43f7e |
EUC-JP | ?幾??幾?~ | 001111111011010011110110001111110011111110110100111101100011111101111110 | 3fb4f63f3fb4f63f7e |
UTF-8 | 룵幾튀룵幾씸~ | 11101011101000111011010111100101101110011011111011101101100010101000000011101011101000111011010111100101101110011011111011101100100101001011100001111110 | eba3b5e5b9beed8a80eba3b5e5b9beec94b87e |
UHC | 룵幾튀룵幾씸~ | 10001111101010101101000011111010110001101010001010001111101010101101000011111010101111101100001001111110 | 8faad0fac6a28faad0fabec27e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)