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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鼇??揖ζ? | 111010101000011100111111001111111001011101001011100000111100010000111111 | ea873f3f974b83c43f |
EUC-JP | 鼇??揖ζ? | 111100111110011100111111001111111100110110101100101001101100011000111111 | f3e73f3fcdaca6c63f |
UTF-8 | 鼇앸뵃揖ζㅀ | 1110100110111100100001111110110010010101101110001110101110110101100000111110011010001111100101101100111010110110111000111000010110000000 | e9bc87ec95b8ebb583e68f96ceb6e38580 |
UHC | 鼇앸뵃揖ζㅀ | 111010001010100010011101111010111001010010001001111010111110011110100101111001101010010010110000 | e8a89deb9489ebe7a5e6a4b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)