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 | 蜈磯劑閻コ | 111001011000010110001000111010011001100110011101111010001000010110111010 | e58588e9999de885ba |
EUC-JP | 蜈磯劑閻コ | 11101001111001011011000011101011110100011111110111101111111001011000111010111010 | e9e5b0ebd1fdefe58eba |
UTF-8 | 蜈磯劑閻コ | 111010001001110010001000111001111010001110101111111001011000101010010001111010011001011010111011111011111011110110111010 | e89c88e7a3afe58a91e996bbefbdba |
UHC | 蜈磯劑閻? | 111010001010010111010001101101001111000010100101111001111010001000111111 | e8a5d1b4f0a5e7a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)