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 | 鵝????? | 11101010010000000011111100111111001111110011111100111111 | ea403f3f3f3f3f |
EUC-JP | 鵝????? | 11110011101000010011111100111111001111110011111100111111 | f3a13f3f3f3f3f |
UTF-8 | 鵝껊젨吳븝쪡 | 111010011011010110011101111010101011101110001010111011001010000010101000111001011001000010110011111010111011100010011101111011001010101010100001 | e9b59deabb8aeca0a8e590b3ebb89decaaa1 |
UHC | 鵝껊젨吳븝쪡 | 111001001011110110000011111010111010000010100000111001111110111110111010111011111010010110011010 | e4bd83eba0a0e7efbaefa59a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)