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 | ????C | 0011111100111111001111110011111101000011 | 3f3f3f3f43 |
SJIS-WIN | ?男??C | 001111111001001001101010001111110011111101000011 | 3f926a3f3f43 |
EUC-JP | ?男??C | 001111111100001111001011001111110011111101000011 | 3fc3cb3f3f43 |
UTF-8 | 룵男룶웡C | 11101011101000111011010111100111100101001011011111101011101000111011011011101100100110111010000101000011 | eba3b5e794b7eba3b6ec9ba143 |
UHC | 룵男룶웡C | 100011111010101011010001111110111000111110101011101111111111110101000011 | 8faad1fb8fabbffd43 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)