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 | 亦??亦??^ | 100101101001001000111111001111111001011010010010001111110011111101011110 | 96923f3f96923f3f5e |
EUC-JP | 亦??亦??^ | 110010111111001000111111001111111100101111110010001111110011111101011110 | cbf23f3fcbf23f3f5e |
UTF-8 | 亦끿퉫亦끾짎^ | 11100100101110101010011011101011100000011011111111101101100010011010101111100100101110101010011011101011100000011011111011101100101001111000111001011110 | e4baa6eb81bfed89abe4baa6eb81beeca78e5e |
UHC | 亦끿퉫亦끾짎^ | 11100110101100101000010111100111101110011000001111100110101100101000010111100110101000111001101001011110 | e6b285e7b983e6b285e6a39a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)