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 | 豎夛ソ狩ェ | 1110011010110001100110101110101010111111100011101110101110101010 | e6b19aeabf8eebaa |
EUC-JP | 豎夛ソ狩ェ | 11101100101100111101010011101100100011101011111110111100111011011000111010101010 | ecb3d4ec8ebfbced8eaa |
UTF-8 | 豎夛ソ狩ェ | 111010001011000110001110111001011010010010011011111011111011110110111111111001111000101110101001111011111011110110101010 | e8b18ee5a49befbdbfe78ba9efbdaa |
UHC | ???狩? | 001111110011111100111111111000101010110100111111 | 3f3f3fe2ad3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)