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 | ???A | 00111111001111110011111101000001 | 3f3f3f41 |
SJIS-WIN | ?芝?A | 0011111110001110110001010011111101000001 | 3f8ec53f41 |
EUC-JP | ?芝?A | 0011111110111100110001110011111101000001 | 3fbcc73f41 |
UTF-8 | 알芝렎A | 11101100100101011000110011101000100010101001110111101011101000001000111001000001 | ec958ce88a9deba08e41 |
UHC | 알芝렎A | 10111110110010111111001010111001100011101010010001000001 | becbf2b98ea441 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)