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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 饌鼾}饌鼾{^ | 1110100101100001111010101000110101111101111010010110000111101010100011010111101101011110 | e961ea8d7de961ea8d7b5e |
EUC-JP | 饌鼾}饌鼾{^ | 1111000111000010111100111110110101111101111100011100001011110011111011010111101101011110 | f1c2f3ed7df1c2f3ed7b5e |
UTF-8 | 饌鼾}饌鼾{^ | 111010011010010110001100111010011011110010111110011111011110100110100101100011001110100110111100101111100111101101011110 | e9a58ce9bcbe7de9a58ce9bcbe7b5e |
UHC | 饌?}饌?{^ | 111100111100101000111111011111011111001111001010001111110111101101011110 | f3ca3f7df3ca3f7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)