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 | ???]??B | 00111111001111110011111101011101001111110011111101000010 | 3f3f3f5d3f3f42 |
SJIS-WIN | ???]??B | 00111111001111110011111101011101001111110011111101000010 | 3f3f3f5d3f3f42 |
EUC-JP | ???]??B | 00111111001111110011111101011101001111110011111101000010 | 3f3f3f5d3f3f42 |
UTF-8 | 혧챦혲]혣혛B | 1110110110011000101001111110110010110001101001101110110110011000101100100101110111101101100110001010001111101101100110001001101101000010 | ed98a7ecb1a6ed98b25ded98a3ed989b42 |
UHC | 혧챦혲]혣혛B | 110000101000111111000011101011111100001010011001010111011100001010001100110000101000011001000010 | c28fc3afc2995dc28cc28642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)