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 | 蜊倩┳霎ー | 111001011000110110011000111010001000010010110001111010001011111010110000 | e58d98e884b1e8beb0 |
EUC-JP | 蜊倩┳霎ー | 11101001111011011101000011101010101010001011001111110000110000001000111010110000 | e9edd0eaa8b3f0c08eb0 |
UTF-8 | 蜊倩┳霎ー | 111010001001110010001010111001011000000010101001111000101001010010110011111010011001110010001110111011111011110110110000 | e89c8ae580a9e294b3e99c8eefbdb0 |
UHC | ??┳?? | 001111110011111110100110101100110011111100111111 | 3f3fa6b33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)