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 | 潁h?亦?? | 100111111111000110000010100010000011111110010110100100100011111100111111 | 9ff182883f96923f3f |
EUC-JP | 潁h?亦?? | 110111101111001110100011111010000011111111001011111100100011111100111111 | def3a3e83fcbf23f3f |
UTF-8 | 潁h뮅亦삡툓 | 111001101011110110000001111011111011110110001000111010111010111010000101111001001011101010100110111011001000001010100001111011011000100010010011 | e6bd81efbd88ebae85e4baa6ec82a1ed8893 |
UHC | 潁h뮅亦삡툓 | 111001111011100010100011111010001001001010010100111001101011001010111011111001001011100010001010 | e7b8a3e89294e6b2bbe4b88a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)