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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 辟乗ケソ^ | 11100111100001001000111111100110101110011011111101011110 | e7848fe6b9bf5e |
EUC-JP | 辟乗ケソ^ | 111011011110010010111110111010001000111010111001100011101011111101011110 | ede4bee88eb98ebf5e |
UTF-8 | 辟乗ケソ^ | 11101000101111101001111111100100101110011001011111101111101111011011100111101111101111011011111101011110 | e8be9fe4b997efbdb9efbdbf5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)