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 | ?}?u?TP | 00111111011111010011111101110101001111110101010001010000 | 3f7d3f753f5450 |
SJIS-WIN | ?}?u?TP | 00111111011111010011111101110101001111110101010001010000 | 3f7d3f753f5450 |
EUC-JP | ?}?u?TP | 00111111011111010011111101110101001111110101010001010000 | 3f7d3f753f5450 |
UTF-8 | 묧}묧u묲TP | 11101011101011001010011101111101111010111010110010100111011101011110101110101100101100100101010001010000 | ebaca77debaca775ebacb25450 |
UHC | 묧}묧u묲TP | 10010001111111100111110110010001111111100111010110010010010010010101010001010000 | 91fe7d91fe7592495450 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)