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 | 銜滓アコ譯 | 1110011111110000100111111110011010110001101110101110011010100001 | e7f09fe6b1bae6a1 |
EUC-JP | 銜滓アコ譯 | 11101110111100101101111011101000100011101011000110001110101110101110110010100011 | eef2dee88eb18ebaeca3 |
UTF-8 | 銜滓アコ譯 | 111010011000101010011100111001101011101110010011111011111011110110110001111011111011110110111010111010001010110110101111 | e98a9ce6bb93efbdb1efbdbae8adaf |
UHC | 銜滓??譯 | 1111100111100111111011101010101100111111001111111110011010111011 | f9e7eeab3f3fe6bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)