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 | ?手??手抱^ | 00111111100011101110100000111111001111111000111011101000100101011111100001011110 | 3f8ee83f3f8ee895f85e |
EUC-JP | ?手??手抱^ | 00111111101111001110101000111111001111111011110011101010110010101111101001011110 | 3fbcea3f3fbceacafa5e |
UTF-8 | 룶手暴룶手抱^ | 11101011101000111011011011100110100010011000101111101111101010001000011011101011101000111011011011100110100010011000101111100110100010101011000101011110 | eba3b6e6898befa886eba3b6e6898be68ab15e |
UHC | 룶手暴룶手抱^ | 10001111101010111110001010100010111110001101101110001111101010111110001010100010111110001101100101011110 | 8fabe2a2f8db8fabe2a2f8d95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)