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 | ??杷ダ?衢^ | 00111111001111111001010001100110100000110101111100111111111001011100101101011110 | 3f3f9466835f3fe5cb5e |
EUC-JP | ??杷ダ?衢^ | 00111111001111111100011111000111101001011100000000111111111010101100110101011110 | 3f3fc7c7a5c03feacd5e |
UTF-8 | 룴가杷ダ룶衢^ | 11101011101000111011010011101010101100001000000011100110100111011011011111100011100000111000000011101011101000111011011011101000101000011010001001011110 | eba3b4eab080e69db7e38380eba3b6e8a1a25e |
UHC | 룴가杷ダ룶衢^ | 10001111101010011011000010100001111101111110110110101011110000001000111110101011110011111100001101011110 | 8fa9b0a1f7edabc08fabcfc35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)