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 | 韈剰エ夜シ | 1110100011100111100011111110100010110100100101101110100110111100 | e8e78fe8b496e9bc |
EUC-JP | 韈剰エ夜シ | 11110000111010011011111011101010100011101011010011001100111010111000111010111100 | f0e9beea8eb4cceb8ebc |
UTF-8 | 韈剰エ夜シ | 111010011001111110001000111001011000100110110000111011111011110110110100111001011010010010011100111011111011110110111100 | e99f88e589b0efbdb4e5a49cefbdbc |
UHC | ???夜? | 001111110011111100111111111001011010100000111111 | 3f3f3fe5a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)