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鞜悩 | 1110010110100101101010100110000111101000110111111001010001011001 | e5a5aa61e8df9459 |
EUC-JP | 螂ェa鞜悩 | 111010101010011110001110101010100110000111110000111000011100011110111010 | eaa78eaa61f0e1c7ba |
UTF-8 | 螂ェa鞜悩 | 11101000100111101000001011101111101111011010101001100001111010011001111010011100111001101000001010101001 | e89e82efbdaa61e99e9ce682a9 |
UHC | 螂?a?? | 110101011100110000111111011000010011111100111111 | d5cc3f613f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)