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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | シユ雜シ」セト | 1011110011010101111010001011011010111100101000111011111011000100 | bcd5e8b6bca3bec4 |
EUC-JP | シユ雜シ」セト | 1000111010111100100011101101010111110000101110001000111010111100100011101010001110001110101111101000111011000100 | 8ebc8ed5f0b88ebc8ea38ebe8ec4 |
UTF-8 | シユ雜シ」セト | 111011111011110110111100111011111011111010010101111010011001101110011100111011111011110110111100111011111011110110100011111011111011110110111110111011111011111010000100 | efbdbcefbe95e99b9cefbdbcefbda3efbdbeefbe84 |
UHC | ??雜???? | 0011111100111111111011011101101000111111001111110011111100111111 | 3f3fedda3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)