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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 霍句臆豢櫁 | 11101000101101111000101111100101100010011011000011100110101101001001111011101000 | e8b78be589b0e6b49ee8 |
EUC-JP | 霍句臆豢櫁 | 11110000101110011011011011100111101100101011001011101100101101101101110011101010 | f0b9b6e7b2b2ecb6dcea |
UTF-8 | 霍句臆豢櫁 | 111010011001110010001101111001011000111110100101111010001000011110000110111010001011000110100010111001101010101110000001 | e99c8de58fa5e88786e8b1a2e6ab81 |
UHC | ?句臆?? | 00111111110011111010001111100101111001100011111100111111 | 3fcfa3e5e63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)