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 | 裹キ髴手 | 11100101111001011011011111101001100111001000111011101000 | e5e5b7e99c8ee8 |
EUC-JP | 裹キ髴手 | 1110101011100111100011101011011111110001111111001011110011101010 | eae78eb7f1fcbcea |
UTF-8 | 裹キ髴手 | 111010001010001110111001111011111011110110110111111010011010101110110100111001101000100110001011 | e8a3b9efbdb7e9abb4e6898b |
UHC | ???手 | 0011111100111111001111111110001010100010 | 3f3f3fe2a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)