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 | シ鮹槢・ | 1111000011111011101111001110100111000001111110101110110010100101 | f0fbbce9c1faeca5 |
EUC-JP | ?シ鮹槢・ | 00111111100011101011110011110010110000111000111111000100111010101000111010100101 | 3f8ebcf2c38fc4ea8ea5 |
UTF-8 | シ鮹槢・ | 111011101000001010111010111011111011110110111100111010011010111010111001111001101010011110100010111011111011110110100101 | ee82baefbdbce9aeb9e6a7a2efbda5 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)