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 | ??a?? | 0011111100111111011000010011111100111111 | 3f3f613f3f |
SJIS-WIN | 螂ェa驕悩 | 1110010110100101101010100110000111101001100000011001010001011001 | e5a5aa61e9819459 |
EUC-JP | 螂ェa驕悩 | 111010101010011110001110101010100110000111110001111000011100011110111010 | eaa78eaa61f1e1c7ba |
UTF-8 | 螂ェa驕悩 | 11101000100111101000001011101111101111011010101001100001111010011010100110010101111001101000001010101001 | e89e82efbdaa61e9a995e682a9 |
UHC | 螂?a驕? | 11010101110011000011111101100001110011101111011000111111 | d5cc3f61cef63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)