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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 荏絅?] | 100010010110000011100011010001000011111101011101 | 8960e3443f5d |
EUC-JP | 荏絅?] | 101100011100000111100101101001010011111101011101 | b1c1e5a53f5d |
UTF-8 | 荏絅헬] | 11101000100011011000111111100111101101011000010111101101100101111010110001011101 | e88d8fe7b585ed97ac5d |
UHC | 荏絅헬] | 11101100111110111100110011100111110001111110111101011101 | ecfbcce7c7ef5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)