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 | ???P | 00111111001111110011111101010000 | 3f3f3f50 |
SJIS-WIN | 。爐フP | 1010000111100000101000101100110001010000 | a1e0a2cc50 |
EUC-JP | 。爐フP | 10001110101000011110000010100100100011101100110001010000 | 8ea1e0a48ecc50 |
UTF-8 | 。爐フP | 11101111101111011010000111100111100010001001000011101111101111101000110001010000 | efbda1e78890efbe8c50 |
UHC | ?爐?P | 0011111111010110110100110011111101010000 | 3fd6d33f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)