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 | ????^? | 001111110011111100111111001111110101111000111111 | 3f3f3f3f5e3f |
SJIS-WIN | ????^? | 001111110011111100111111001111110101111000111111 | 3f3f3f3f5e3f |
EUC-JP | ????^? | 001111110011111100111111001111110101111000111111 | 3f3f3f3f5e3f |
UTF-8 | 뫔뫗뫓묧^묧 | 11101011101010111001010011101011101010111001011111101011101010111001001111101011101011001010011101011110111010111010110010100111 | ebab94ebab97ebab93ebaca75eebaca7 |
UHC | 뫔뫗뫓묧^묧 | 1001000110110110100100011011100110010001101101011001000111111110010111101001000111111110 | 91b691b991b591fe5e91fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)