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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 柚у? | 1001011101001101100001001000010100111111 | 974d84853f |
EUC-JP | 柚у? | 1100110110101110101001111110010100111111 | cdaea7e53f |
UTF-8 | 柚у깹 | 1110011010011111100110101101000110000011111010101011100110111001 | e69f9ad183eab9b9 |
UHC | 柚у깹 | 111010101111011010101100111001011011001010100001 | eaf6ace5b2a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)