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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????毓 | 0011111100111111001111110011111100111111001111111001111101111001 | 3f3f3f3f3f3f9f79 |
EUC-JP | ??????毓 | 0011111100111111001111110011111100111111001111111101110111011010 | 3f3f3f3f3f3fddda |
UTF-8 | 僚녹옓履됪쾮毓 | 111011111010011010111011111010111000010110111001111011001001100010010011111011111010011110011111111010111001000010101010111011001011111010101110111001101010111110010011 | efa6bbeb85b9ec9893efa79feb90aaecbeaee6af93 |
UHC | 僚녹옓履됪쾮毓 | 1110100011101000101100111110110010011110100110011110110010101010100010011110011010110010100001011110101110111110 | e8e8b3ec9e99ecaa89e6b285ebbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)