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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 郢樌ь粤手 | 11100111101110011001111011101100100001001000111011100010111000111000111011101000 | e7b99eec848ee2e38ee8 |
EUC-JP | 郢樌ь粤手 | 11101110101110111101110011101110101001111110111011100100111001011011110011101010 | eebbdceea7eee4e5bcea |
UTF-8 | 郢樌ь粤手 | 1110100110000011101000101110011010101000100011001101000110001100111001111011001010100100111001101000100110001011 | e983a2e6a88cd18ce7b2a4e6898b |
UHC | ??ь?手 | 00111111001111111010110011101110001111111110001010100010 | 3f3facee3fe2a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)