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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 夕雪B | 1001011101011011100100001110000101000010 | 975b90e142 |
EUC-JP | 夕雪B | 1100110110111100110000001110001101000010 | cdbcc0e342 |
UTF-8 | 夕雪B | 11100101101001001001010111101001100110111010101001000010 | e5a495e99baa42 |
UHC | 夕雪B | 1110000010101010111000001110010001000010 | e0aae0e442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)