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 | ???d | 00111111001111110011111101100100 | 3f3f3f64 |
SJIS-WIN | 。爐フd | 1010000111100000101000101100110001100100 | a1e0a2cc64 |
EUC-JP | 。爐フd | 10001110101000011110000010100100100011101100110001100100 | 8ea1e0a48ecc64 |
UTF-8 | 。爐フd | 11101111101111011010000111100111100010001001000011101111101111101000110001100100 | efbda1e78890efbe8c64 |
UHC | ?爐?d | 0011111111010110110100110011111101100100 | 3fd6d33f64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)