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 | 驥育エ予 | 11101001100001111000100011100111101101001001011101011100 | e98788e7b4975c |
EUC-JP | 驥育エ予 | 1111000111100111101100001110100110001110101101001100110110111101 | f1e7b0e98eb4cdbd |
UTF-8 | 驥育エ予 | 111010011010100110100101111010001000001010110010111011111011110110110100111001001011101010001000 | e9a9a5e882b2efbdb4e4ba88 |
UHC | 驥育?予 | 11010001110010101110101111000000001111111110010111111000 | d1caebc03fe5f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)