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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 頸宍鴆磁 | 1110100011110010100011101011001111101001111011111000111010100101 | e8f28eb3e9ef8ea5 |
EUC-JP | 頸宍鴆磁 | 1111000011110100101111001011010111110010111100011011110010100111 | f0f4bcb5f2f1bca7 |
UTF-8 | 頸宍鴆磁 | 111010011010000010111000111001011010111010001101111010011011010010000110111001111010001110000001 | e9a0b8e5ae8de9b486e7a381 |
UHC | 頸??磁 | 110011001111001000111111001111111110110110111000 | ccf23f3fedb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)