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 | 鰲k?B | 111010011110000010000010100010110011111101000010 | e9e0828b3f42 |
EUC-JP | 鰲k?B | 111100101110001010100011111010110011111101000010 | f2e2a3eb3f42 |
UTF-8 | 鰲k젘B | 11101001101100001011001011101111101111011000101111101100101000001001100001000010 | e9b0b2efbd8beca09842 |
UHC | 鰲k젘B | 11101000101001111010001111101011101000001001010001000010 | e8a7a3eba09442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)