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 | óò÷ò | 11110011111100101111011111110010 | f3f2f7f2 |
SJIS-WIN | ??÷? | 0011111100111111100000011000000000111111 | 3f3f81803f |
EUC-JP | óò÷ò | 1000111110101011110100011000111110101011110100101010000111100000100011111010101111010010 | 8fabd18fabd2a1e08fabd2 |
UTF-8 | óò÷ò | 1100001110110011110000111011001011000011101101111100001110110010 | c3b3c3b2c3b7c3b2 |
UHC | ??÷? | 0011111100111111101000011100000000111111 | 3f3fa1c03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)