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 | 0011111110010110110100100011111101000010 | 3f96d23f42 |
EUC-JP | ?猛?B | 0011111111001100110101000011111101000010 | 3fccd43f42 |
UTF-8 | 뤀猛근B | 11101011101001001000000011100111100011001001101111101010101101111011110001000010 | eba480e78c9beab7bc42 |
UHC | 뤀猛근B | 10001111101100011101100011101101101100011101100101000010 | 8fb1d8edb1d942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)