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 | 鮓サ蟾冶ア | 1110100110110110101110111110010110110111100101101110100010110001 | e9b6bbe5b796e8b1 |
EUC-JP | 鮓サ蟾冶ア | 11110010101110001000111010111011111010101011100111001100111010101000111010110001 | f2b88ebbeab9ccea8eb1 |
UTF-8 | 鮓サ蟾冶ア | 111010011010111010010011111011111011110110111011111010001001111110111110111001011000011010110110111011111011110110110001 | e9ae93efbdbbe89fbee586b6efbdb1 |
UHC | ??蟾冶? | 00111111001111111110000011101010111001011010011100111111 | 3f3fe0eae5a73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)