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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 錚狡??鏃 | 1110100001000010111000001100001000111111001111111110100001010110 | e842e0c23f3fe856 |
EUC-JP | 錚狡??鏃 | 1110111110100011111000001100010000111111001111111110111110110111 | efa3e0c43f3fefb7 |
UTF-8 | 錚狡렦렑鏃 | 111010011000110010011010111001111000101110100001111010111010000010100110111010111010000010010001111010011000111110000011 | e98c9ae78ba1eba0a6eba091e98f83 |
UHC | 錚狡렦렑鏃 | 11101110101101101100111011101010100011101011010110001110101001101111000011101100 | eeb6ceea8eb58ea6f0ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)