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 | ×UB | 1001000011010111100100010101010101000010 | 90d7915542 |
SJIS-WIN | ?×?UB | 001111111000000101111110001111110101010101000010 | 3f817e3f5542 |
EUC-JP | ?×?UB | 001111111010000111011111001111110101010101000010 | 3fa1df3f5542 |
UTF-8 | ×UB | 1100001010010000110000111001011111000010100100010101010101000010 | c290c397c2915542 |
UHC | ?×?UB | 001111111010000110111111001111110101010101000010 | 3fa1bf3f5542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)