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 | óçSóçSB | 100111111111001111100111010100111001111111110011111001110101001101000010 | 9ff3e7539ff3e75342 |
SJIS-WIN | ???S???SB | 001111110011111100111111010100110011111100111111001111110101001101000010 | 3f3f3f533f3f3f5342 |
EUC-JP | ?óçS?óçSB | 0011111110001111101010111101000110001111101010111010111001010011001111111000111110101011110100011000111110101011101011100101001101000010 | 3f8fabd18fabae533f8fabd18fabae5342 |
UTF-8 | óçSóçSB | 110000101001111111000011101100111100001110100111010100111100001010011111110000111011001111000011101001110101001101000010 | c29fc3b3c3a753c29fc3b3c3a75342 |
UHC | ???S???SB | 001111110011111100111111010100110011111100111111001111110101001101000010 | 3f3f3f533f3f3f5342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)