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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 邂滓サ大享霍 | 1110011110101110100111111110011010111011100100011110010110001011100111011110100010110111 | e7ae9fe6bb91e58b9de8b7 |
EUC-JP | 邂滓サ大享霍 | 111011101011000011011110111010001000111010111011110000101110011110110101111111011111000010111001 | eeb0dee88ebbc2e7b5fdf0b9 |
UTF-8 | 邂滓サ大享霍 | 111010011000001010000010111001101011101110010011111011111011110110111011111001011010010010100111111001001011101010101011111010011001110010001101 | e98282e6bb93efbdbbe5a4a7e4baabe99c8d |
UHC | 邂滓?大享? | 11111010101100111110111010101011001111111101001111011110111110101011110100111111 | fab3eeab3fd3defabd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)