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 | ?鎰??鎰?^ | 001111111110100001001100001111110011111111101000010011000011111101011110 | 3fe84c3f3fe84c3f5e |
EUC-JP | ?鎰??鎰?^ | 001111111110111110101101001111110011111111101111101011010011111101011110 | 3fefad3f3fefad3f5e |
UTF-8 | 鎰Ǽ鎰Ǽ^ | 1110111010110000101111101110100110001110101100001100011110111100111011101011000010111110111010011000111010110000110001111011110001011110 | eeb0bee98eb0c7bceeb0bee98eb0c7bc5e |
UHC | ?鎰??鎰?^ | 001111111110110011110000001111110011111111101100111100000011111101011110 | 3fecf03f3fecf03f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)