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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 鱸カ鑈ウア」 | 11101001111001111011011011111011111001111111011111110010101100111011000110100011 | e9e7b6fbe7f7f2b3b1a3 |
EUC-JP | 鱸カ鑈?ウア」 | 1111001011101001100011101011011010001111111001011110101100111111100011101011001110001110101100011000111010100011 | f2e98eb68fe5eb3f8eb38eb18ea3 |
UTF-8 | 鱸カ鑈ウア」 | 111010011011000110111000111011111011110110110110111010011001000110001000111011101001011110010101111011111011110110110011111011111011110110110001111011111011110110100011 | e9b1b8efbdb6e99188ee9795efbdb3efbdb1efbda3 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)