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 | 韈剰エ夜シセ | 111010001110011110001111111010001011010010010110111010011011110010111110 | e8e78fe8b496e9bcbe |
EUC-JP | 韈剰エ夜シセ | 111100001110100110111110111010101000111010110100110011001110101110001110101111001000111010111110 | f0e9beea8eb4cceb8ebc8ebe |
UTF-8 | 韈剰エ夜シセ | 111010011001111110001000111001011000100110110000111011111011110110110100111001011010010010011100111011111011110110111100111011111011110110111110 | e99f88e589b0efbdb4e5a49cefbdbcefbdbe |
UHC | ???夜?? | 00111111001111110011111111100101101010000011111100111111 | 3f3f3fe5a83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)