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 | ??Q] | 00111111001111110101000101011101 | 3f3f515d |
SJIS-WIN | 但鱈Q] | 100100100100000110010010010011000101000101011101 | 9241924c515d |
EUC-JP | 但鱈Q] | 110000111010001011000011101011010101000101011101 | c3a2c3ad515d |
UTF-8 | 但鱈Q] | 1110010010111101100001101110100110110001100010000101000101011101 | e4bd86e9b188515d |
UHC | 但?Q] | 1101001110100011001111110101000101011101 | d3a33f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)