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 | óò÷è | 11110011111100101111011111101000 | f3f2f7e8 |
SJIS-WIN | ??÷? | 0011111100111111100000011000000000111111 | 3f3f81803f |
EUC-JP | óò÷è | 1000111110101011110100011000111110101011110100101010000111100000100011111010101110110010 | 8fabd18fabd2a1e08fabb2 |
UTF-8 | óò÷è | 1100001110110011110000111011001011000011101101111100001110101000 | c3b3c3b2c3b7c3a8 |
UHC | ??÷? | 0011111100111111101000011100000000111111 | 3f3fa1c03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)