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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 耘セシ耘セシ^ | 111000111100111110111110101111001110001111001111101111101011110001011110 | e3cfbebce3cfbebc5e |
EUC-JP | 耘セシ耘セシ^ | 11100110110100011000111010111110100011101011110011100110110100011000111010111110100011101011110001011110 | e6d18ebe8ebce6d18ebe8ebc5e |
UTF-8 | 耘セシ耘セシ^ | 11101000100000001001100011101111101111011011111011101111101111011011110011101000100000001001100011101111101111011011111011101111101111011011110001011110 | e88098efbdbeefbdbce88098efbdbeefbdbc5e |
UHC | 耘??耘??^ | 111010011111110000111111001111111110100111111100001111110011111101011110 | e9fc3f3fe9fc3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)