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 | è÷½é | 1110100011110111101111011110100110011111 | e8f7bde99f |
SJIS-WIN | ?÷??? | 001111111000000110000000001111110011111100111111 | 3f81803f3f3f |
EUC-JP | è÷?é? | 10001111101010111011001010100001111000000011111110001111101010111011000100111111 | 8fabb2a1e03f8fabb13f |
UTF-8 | è÷½é | 11000011101010001100001110110111110000101011110111000011101010011100001010011111 | c3a8c3b7c2bdc3a9c29f |
UHC | ?÷½?? | 00111111101000011100000010101000111101100011111100111111 | 3fa1c0a8f63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)