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 | ?^?[?^?[^ | 001111110101111000111111010110110011111101011110001111110101101101011110 | 3f5e3f5b3f5e3f5b5e |
SJIS-WIN | ?^?[?^?[^ | 001111110101111000111111010110110011111101011110001111110101101101011110 | 3f5e3f5b3f5e3f5b5e |
EUC-JP | ?^?[?^?[^ | 001111110101111000111111010110110011111101011110001111110101101101011110 | 3f5e3f5b3f5e3f5b5e |
UTF-8 | 묧^뫅[묧^뫅[^ | 1110101110101100101001110101111011101011101010111000010101011011111010111010110010100111010111101110101110101011100001010101101101011110 | ebaca75eebab855bebaca75eebab855b5e |
UHC | 묧^뫅[묧^뫅[^ | 10010001111111100101111010010001101010000101101110010001111111100101111010010001101010000101101101011110 | 91fe5e91a85b91fe5e91a85b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)