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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 億?諸?B | 10001001101011010011111110001111100101000011111101000010 | 89ad3f8f943f42 |
EUC-JP | 億?諸?B | 10110010101011110011111110111101111101000011111101000010 | b2af3fbdf43f42 |
UTF-8 | 億렔諸렗B | 11100101100001001000010011101011101000001001010011101000101010111011100011101011101000001001011101000010 | e58484eba094e8abb8eba09742 |
UHC | 億렔諸렗B | 111001011110001010001110101010011111000010110011100011101010110001000010 | e5e28ea9f0b38eac42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)