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 | 茹k?? | 111001001010010110000010100010110011111100111111 | e4a5828b3f3f |
EUC-JP | 茹k?獒 | 1110100010100111101000111110101100111111100011111100101110111011 | e8a7a3eb3f8fcbbb |
UTF-8 | 茹k젩獒 | 111010001000110010111001111011111011110110001011111011001010000010101001111001111000110110010010 | e88cb9efbd8beca0a9e78d92 |
UHC | 茹k젩獒 | 1110011010101010101000111110101110100000101000011110100010100011 | e6aaa3eba0a1e8a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)