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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 哉潘戊? | 10001101110001101110000001001110100101011110100000111111 | 8dc6e04e95e83f |
EUC-JP | 哉潘戊? | 10111010110010001101111110101111110010101110101000111111 | bac8dfafcaea3f |
UTF-8 | 哉潘戊뤚 | 111001011001001110001001111001101011110110011000111001101000100010001010111010111010010010011010 | e59389e6bd98e6888aeba49a |
UHC | 哉潘戊뤚 | 1110111010100011110110101110101111011001111001101000111111001001 | eea3daebd9e68fc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)