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?TT | 00111111011111010011111101110101001111110101010001010100 | 3f7d3f753f5454 |
SJIS-WIN | ?}?u?TT | 00111111011111010011111101110101001111110101010001010100 | 3f7d3f753f5454 |
EUC-JP | ?}?u?TT | 00111111011111010011111101110101001111110101010001010100 | 3f7d3f753f5454 |
UTF-8 | 묧}묧u묲TT | 11101011101011001010011101111101111010111010110010100111011101011110101110101100101100100101010001010100 | ebaca77debaca775ebacb25454 |
UHC | 묧}묧u묲TT | 10010001111111100111110110010001111111100111010110010010010010010101010001010100 | 91fe7d91fe7592495454 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)