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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ?咫粃B | 001111111001101001000000111000101110000101000010 | 3f9a40e2e142 |
EUC-JP | ?咫粃B | 001111111101001110100001111001001110001101000010 | 3fd3a1e4e342 |
UTF-8 | 룶咫粃B | 11101011101000111011011011100101100100101010101111100111101100101000001101000010 | eba3b6e592abe7b28342 |
UHC | 룶咫粃B | 10001111101010111111001010100001110111011111101101000010 | 8fabf2a1ddfb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)