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 | 拾??拾??^ | 100011110100010100111111001111111000111101000101001111110011111101011110 | 8f453f3f8f453f3f5e |
EUC-JP | 拾??拾??^ | 101111011010011000111111001111111011110110100110001111110011111101011110 | bda63f3fbda63f3f5e |
UTF-8 | 拾룇뙦拾룇뙦^ | 11100110100010111011111011101011101000111000011111101011100110011010011011100110100010111011111011101011101000111000011111101011100110011010011001011110 | e68bbeeba387eb99a6e68bbeeba387eb99a65e |
UHC | 拾룇뙦拾룇뙦^ | 11100011101001101000111110000110100011001010101011100011101001101000111110000110100011001010101001011110 | e3a68f868caae3a68f868caa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)