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 | 阮コ蛹サ縺腺 | 11101000100101101011101011100101100011001011101111100011100000011001000101000010 | e896bae58cbbe3819142 |
EUC-JP | 阮コ蛹サ縺腺 | 111011111111011010001110101110101110100111101100100011101011101111100101111000011100000110100011 | eff68ebae9ec8ebbe5e1c1a3 |
UTF-8 | 阮コ蛹サ縺腺 | 111010011001100010101110111011111011110110111010111010001001101110111001111011111011110110111011111001111011100010111010111010001000010110111010 | e998aeefbdbae89bb9efbdbbe7b8bae885ba |
UHC | 阮????腺 | 1110100011010110001111110011111100111111001111111110000011001101 | e8d63f3f3f3fe0cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)