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 | ??g?? | 0011111100111111011001110011111100111111 | 3f3f673f3f |
SJIS-WIN | 螂ェg霎ー | 11100101101001011010101001100111111010001011111010110000 | e5a5aa67e8beb0 |
EUC-JP | 螂ェg霎ー | 111010101010011110001110101010100110011111110000110000001000111010110000 | eaa78eaa67f0c08eb0 |
UTF-8 | 螂ェg霎ー | 11101000100111101000001011101111101111011010101001100111111010011001110010001110111011111011110110110000 | e89e82efbdaa67e99c8eefbdb0 |
UHC | 螂?g?? | 110101011100110000111111011001110011111100111111 | d5cc3f673f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)