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 | íõ¯ëý» | 1110110111110101100011101010111111101011111111011000111010111011 | edf58eafebfd8ebb |
SJIS-WIN | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
EUC-JP | íõ?¯ëý?? | 100011111010101110111111100011111010101111011000001111111000111110100010101101001000111110101011101100111000111110101011111100100011111100111111 | 8fabbf8fabd83f8fa2b48fabb38fabf23f3f |
UTF-8 | íõ¯ëý» | 11000011101011011100001110110101110000101000111011000010101011111100001110101011110000111011110111000010100011101100001010111011 | c3adc3b5c28ec2afc3abc3bdc28ec2bb |
UHC | ???????? | 0011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)