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 | ?篠}?篠{^ | 001111111000111011000010011111010011111110001110110000100111101101011110 | 3f8ec27d3f8ec27b5e |
EUC-JP | ?篠}?篠{^ | 001111111011110011000100011111010011111110111100110001000111101101011110 | 3fbcc47d3fbcc47b5e |
UTF-8 | 歲篠}歲篠{^ | 111001101010110110110010111001111010111110100000011111011110011010101101101100101110011110101111101000000111101101011110 | e6adb2e7afa07de6adb2e7afa07b5e |
UHC | 歲篠}歲篠{^ | 1110000110101000111000011100011001111101111000011010100011100001110001100111101101011110 | e1a8e1c67de1a8e1c67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)