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 | 午???ο? | 1000110011011111001111110011111100111111100000111100110100111111 | 8cdf3f3f3f83cd3f |
EUC-JP | 午???ο? | 1011100011100001001111110011111100111111101001101100111100111111 | b8e13f3f3fa6cf3f |
UTF-8 | 午대끂杻ο쭓 | 1110010110001101100010001110101110001100100000001110101110000001100000101110111110100111100010001100111010111111111011001010110110010011 | e58d88eb8c80eb8182efa788cebfecad93 |
UHC | 午대끂杻ο쭓 | 111001111110110110110100111010111000010110111000111010101111010010100101111011111010011110001011 | e7edb4eb85b8eaf4a5efa78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)