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 | 邑??邑??^ | 100101110101011100111111001111111001011101010111001111110011111101011110 | 97573f3f97573f3f5e |
EUC-JP | 邑??邑??^ | 110011011011100000111111001111111100110110111000001111110011111101011110 | cdb83f3fcdb83f3f5e |
UTF-8 | 邑뱀뜫邑뱀뜫^ | 11101001100000101001000111101011101100011000000011101011100111001010101111101001100000101001000111101011101100011000000011101011100111001010101101011110 | e98291ebb180eb9cabe98291ebb180eb9cab5e |
UHC | 邑뱀뜫邑뱀뜫^ | 11101011111010011011100111101100100011011010110011101011111010011011100111101100100011011010110001011110 | ebe9b9ec8dacebe9b9ec8dac5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)