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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 濡??櫻? | 10010100010001110011111100111111100111110100111000111111 | 94473f3f9f4e3f |
EUC-JP | 濡??櫻? | 11000111101010000011111100111111110111011010111100111111 | c7a83f3fddaf3f |
UTF-8 | 濡붾졅櫻퐹 | 111001101011111110100001111010111011011010111110111011001010000110000101111001101010101110111011111011011001000010111001 | e6bfa1ebb6beeca185e6abbbed90b9 |
UHC | 濡붾졅櫻퐹 | 11101011101000011001010011101011101000001011011011100101101000011011111001000010 | eba194eba0b6e5a1be42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)