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 | ???H | 00111111001111110011111101001000 | 3f3f3f48 |
SJIS-WIN | 鰲k?H | 111010011110000010000010100010110011111101001000 | e9e0828b3f48 |
EUC-JP | 鰲k?H | 111100101110001010100011111010110011111101001000 | f2e2a3eb3f48 |
UTF-8 | 鰲k젨H | 11101001101100001011001011101111101111011000101111101100101000001010100001001000 | e9b0b2efbd8beca0a848 |
UHC | 鰲k젨H | 11101000101001111010001111101011101000001010000001001000 | e8a7a3eba0a048 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)