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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 轢」邉曖F | 1110011110000000101000111110011110110011100111100100001001000110 | e780a3e7b39e4246 |
EUC-JP | 轢」邉曖F | 111011011110000010001110101000111110111010110101110110111010001101000110 | ede08ea3eeb5dba346 |
UTF-8 | 轢」邉曖F | 11101000101111011010001011101111101111011010001111101001100000101000100111100110100110111001011001000110 | e8bda2efbda3e98289e69b9646 |
UHC | 轢??曖F | 11010101111110010011111100111111111001001111001001000110 | d5f93f3fe4f246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)