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 | 僥?錚敎? | 1001100101000110001111111110100001000010111110101100110100111111 | 99463fe842facd3f |
EUC-JP | 僥?錚?? | 11010001101001110011111111101111101000110011111100111111 | d1a73fefa33f3f |
UTF-8 | 僥렕錚敎렜 | 111001011000001110100101111010111010000010010101111010011000110010011010111001101001010110001110111010111010000010011100 | e583a5eba095e98c9ae6958eeba09c |
UHC | 僥렕錚敎렜 | 11101000111010011000111010101010111011101011011011001110111001111000111010101110 | e8e98eaaeeb6cee78eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)