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 | ゙淲ル鑈 | 110111101111101101000100110110011111101111100111 | defb44d9fbe7 |
EUC-JP | ゙?ル鑈 | 1000111011011110001111111000111011011001100011111110010111101011 | 8ede3f8ed98fe5eb |
UTF-8 | ゙淲ル鑈 | 111011111011111010011110111001101011011110110010111011111011111010011001111010011001000110001000 | efbe9ee6b7b2efbe99e99188 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)