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 | 薊ヤ振莖 | 1110010101001000100000111000010010010000010101011110010010110001 | e54883849055e4b1 |
EUC-JP | 薊ヤ振莖 | 1110100110101001101001011110010010111111101101101110100010110011 | e9a9a5e4bfb6e8b3 |
UTF-8 | 薊ヤ振莖 | 111010001001011010001010111000111000001110100100111001101000110010101111111010001000111010010110 | e8968ae383a4e68cafe88e96 |
UHC | ?ヤ振莖 | 00111111101010111110010011110010110010011100110011101100 | 3fabe4f2c9ccec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)