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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 壯?駿龍F | 1001101011100001001111111000111101111000100101111011010001000110 | 9ae13f8f7897b446 |
EUC-JP | 壯?駿龍F | 1101010011100011001111111011110111011001110011101011011001000110 | d4e33fbdd9ceb646 |
UTF-8 | 壯렍駿龍F | 11100101101000111010111111101011101000001000110111101001101001111011111111101001101111101000110101000110 | e5a3afeba08de9a7bfe9be8d46 |
UHC | 壯렍駿龍F | 111011011110000010001110101000111111000111100111110101111010001101000110 | ede08ea3f1e7d7a346 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)