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 | 豺カ隶手 | 11100110101101111011011011101000101011101000111011101000 | e6b7b6e8ae8ee8 |
EUC-JP | 豺カ隶手 | 1110110010111001100011101011011011110000101100001011110011101010 | ecb98eb6f0b0bcea |
UTF-8 | 豺カ隶手 | 111010001011000110111010111011111011110110110110111010011001101010110110111001101000100110001011 | e8b1baefbdb6e99ab6e6898b |
UHC | 豺??手 | 111000111100111100111111001111111110001010100010 | e3cf3f3fe2a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)