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 | ûSJ | 11111011010100111000111101001010 | fb538f4a |
SJIS-WIN | ?S?J | 00111111010100110011111101001010 | 3f533f4a |
EUC-JP | ûS?J | 100011111010101111100101010100110011111101001010 | 8fabe5533f4a |
UTF-8 | ûSJ | 110000111011101101010011110000101000111101001010 | c3bb53c28f4a |
UHC | ?S?J | 00111111010100110011111101001010 | 3f533f4a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)