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 | 茹召燾茱 | 1110010010100101100011111010001011111011010110101110010010100011 | e4a58fa2fb5ae4a3 |
EUC-JP | 茹召燾茱 | 111010001010011110111110101001001000111111001010101111011110100010100101 | e8a7bea48fcabde8a5 |
UTF-8 | 茹召燾茱 | 111010001000110010111001111001011000111110101100111001111000011110111110111010001000110010110001 | e88cb9e58face787bee88cb1 |
UHC | 茹召燾茱 | 1110011010101010111000011010111111010100101001111110001010111100 | e6aae1afd4a7e2bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)