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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???歪??? | 0011111100111111001111111001100001100011001111110011111100111111 | 3f3f3f98633f3f3f |
EUC-JP | ???歪??? | 0011111100111111001111111100111111000100001111110011111100111111 | 3f3f3fcfc43f3f3f |
UTF-8 | 了㏆풗歪륅쉭吳 | 111011111010011010111010111000111000111110000110111011011001001010010111111001101010110110101010111010111010010110000101111011001000100110101101111001011001000010110011 | efa6bae38f86ed9297e6adaaeba585ec89ade590b3 |
UHC | 了㏆풗歪륅쉭吳 | 1110100011100111101001111110111110111110100110101110100011100000100011111110111110111101101011011110011111101111 | e8e7a7efbe9ae8e08fefbdade7ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)