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] | 0011111100111111001111110101000101011101 | 3f3f3f515d |
SJIS-WIN | 瓦??Q] | 100010101010001000111111001111110101000101011101 | 8aa23f3f515d |
EUC-JP | 瓦??Q] | 101101001010010000111111001111110101000101011101 | b4a43f3f515d |
UTF-8 | 瓦댐슛Q] | 1110011110010011101001101110101110001100100100001110110010001010100110110101000101011101 | e793a6eb8c90ec8a9b515d |
UHC | 瓦댐슛Q] | 1110100010111111101101001110111110111101101110000101000101011101 | e8bfb4efbdb8515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)