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 | ?????P | 001111110011111100111111001111110011111101010000 | 3f3f3f3f3f50 |
SJIS-WIN | 歟??揖?P | 1001111101100010001111110011111110010111010010110011111101010000 | 9f623f3f974b3f50 |
EUC-JP | 歟??揖?P | 1101110111000011001111110011111111001101101011000011111101010000 | ddc33f3fcdac3f50 |
UTF-8 | 歟㏐랬揖쟥P | 11100110101011011001111111100011100011111001000011101011100111101010110011100110100011111001011011101100100111111010010101010000 | e6ad9fe38f90eb9eace68f96ec9fa550 |
UHC | 歟㏐랬揖쟥P | 1110011010100010101001111110101010110111101010001110101111100111101000000110011101010000 | e6a2a7eab7a8ebe7a06750 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)