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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 術射馴 | 100011110111000010001110110010111001001111101001 | 8f708ecb93e9 |
EUC-JP | 術射馴 | 101111011101000110111100110011011100011011101011 | bdd1bccdc6eb |
UTF-8 | 術射馴 | 111010001010000110010011111001011011000010000100111010011010011010110100 | e8a193e5b084e9a6b4 |
UHC | 術射馴 | 111000101111101011011110110100101110001011111000 | e2faded2e2f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)