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 | 乙?矣富 | 10001001101100110011111111100001111000011001010101111000 | 89b33fe1e19578 |
EUC-JP | 乙?矣富 | 10110010101101010011111111100010111000111100100111011001 | b2b53fe2e3c9d9 |
UTF-8 | 乙렒矣富 | 111001001011100110011001111010111010000010010010111001111001111110100011111001011010111110001100 | e4b999eba092e79fa3e5af8c |
UHC | 乙렒矣富 | 1110101111100000100011101010011111101011111110001101110110100011 | ebe08ea7ebf8dda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)