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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 茹召燾松 | 1110010010100101100011111010001011111011010110101000111110111100 | e4a58fa2fb5a8fbc |
EUC-JP | 茹召燾松 | 111010001010011110111110101001001000111111001010101111011011111010111110 | e8a7bea48fcabdbebe |
UTF-8 | 茹召燾松 | 111010001000110010111001111001011000111110101100111001111000011110111110111001101001110110111110 | e88cb9e58face787bee69dbe |
UHC | 茹召燾松 | 1110011010101010111000011010111111010100101001111110000111100110 | e6aae1afd4a7e1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)