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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 樽族脱綻B | 100100100100110110010001101100001001001001000101100100100101110101000010 | 924d91b09245925d42 |
EUC-JP | 樽族脱綻B | 110000111010111011000010101100101100001110100110110000111011111001000010 | c3aec2b2c3a6c3be42 |
UTF-8 | 樽族脱綻B | 11100110101010001011110111100110100101111000111111101000100001001011000111100111101101101011101101000010 | e6a8bde6978fe884b1e7b6bb42 |
UHC | 樽族?綻B | 1111000111011100111100001110100100111111111101111010101001000010 | f1dcf0e93ff7aa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)