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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 羮葛終輔 | 1110001110111100100010101000101110001111010010011001010111100011 | e3bc8a8b8f4995e3 |
EUC-JP | 羮葛終輔 | 1110011010111110101100111110101110111101101010101100101011100101 | e6beb3ebbdaacae5 |
UTF-8 | 羮葛終輔 | 111001111011111010101110111010001001000110011011111001111011010110000010111010001011110010010100 | e7beaee8919be7b582e8bc94 |
UHC | ?葛終輔 | 00111111110010101110011111110000111110111101110011010000 | 3fcae7f0fbdcd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)