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 | 髫カ轣俶囁 | 111010011001101010110110111001111000000110011000111001101001101010010001 | e99ab6e78198e69a91 |
EUC-JP | 髫カ轣俶囁 | 11110001111110101000111010110110111011011110000111010000111010001101001111110001 | f1fa8eb6ede1d0e8d3f1 |
UTF-8 | 髫カ轣俶囁 | 111010011010101110101011111011111011110110110110111010001011110110100011111001001011111110110110111001011001101110000001 | e9ababefbdb6e8bda3e4bfb6e59b81 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)