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 | 鉸ネ。ケ」 | 11111011110011101100100011110000110001011111011111101110101000011011100110100011 | fbcec8f0c5f7eea1b9a3 |
EUC-JP | 鉸ネ??。ケ」 | 10001111111000111111001010001110110010000011111100111111100011101010000110001110101110011000111010100011 | 8fe3f28ec83f3f8ea18eb98ea3 |
UTF-8 | 鉸ネ。ケ」 | 111010011000100110111000111011111011111010001000111011101000001010000100111011101001011110010001111011111011110110100001111011111011110110111001111011111011110110100011 | e989b8efbe88ee8284ee9791efbda1efbdb9efbda3 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)