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 | 隱們棘岦 | 1110100010101010100110001110110010011110100110011111101010101100 | e8aa98ec9e99faac |
EUC-JP | 隱們棘岦 | 111100001010110011010000111011101101101111111001100011111011101110110011 | f0acd0eedbf98fbbb3 |
UTF-8 | 隱們棘岦 | 111010011001101010110001111001011000000010010001111001101010001110011000111001011011001010100110 | e99ab1e58091e6a398e5b2a6 |
UHC | 隱們棘? | 11101011110111111101100111111010110100001011111000111111 | ebdfd9fad0be3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)