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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 毅??毅??^ | 100010110100001000111111001111111000101101000010001111110011111101011110 | 8b423f3f8b423f3f5e |
EUC-JP | 毅??毅??^ | 101101011010001100111111001111111011010110100011001111110011111101011110 | b5a33f3fb5a33f3f5e |
UTF-8 | 毅썽쪙毅쎈탲^ | 11100110101011111000010111101100100011011011110111101100101010101001100111100110101011111000010111101100100011101000100011101101100000111011001001011110 | e6af85ec8dbdecaa99e6af85ec8e88ed83b25e |
UHC | 毅썽쪙毅쎈탲^ | 11101011111101101011110111101001101001011001001011101011111101101011110111101011101101011000111101011110 | ebf6bde9a592ebf6bdebb58f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)