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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 敖??科 | 100111011100001000111111001111111000100111001000 | 9dc23f3f89c8 |
EUC-JP | 敖??科 | 110110101100010000111111001111111011001011001010 | dac43f3fb2ca |
UTF-8 | 敖쎾꽊科 | 111001101001010110010110111011001000111010111110111010101011110110001010111001111010011110010001 | e69596ec8ebeeabd8ae7a791 |
UHC | 敖쎾꽊科 | 1110011111111001100110111110010110000100100110101100111010100001 | e7f99be5849acea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)