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 | ?????W^ | 00111111001111110011111100111111001111110101011101011110 | 3f3f3f3f3f575e |
SJIS-WIN | ?????W^ | 00111111001111110011111100111111001111110101011101011110 | 3f3f3f3f3f575e |
EUC-JP | ?????W^ | 00111111001111110011111100111111001111110101011101011110 | 3f3f3f3f3f575e |
UTF-8 | 렺셍렜렻렋W^ | 1110101110100000101110101110110010000101100011011110101110100000100111001110101110100000101110111110101110100000100010110101011101011110 | eba0baec858deba09ceba0bbeba08b575e |
UHC | 렺셍렜렻렋W^ | 100011101100001010111100110001001000111010101110100011101100001110001110101000100101011101011110 | 8ec2bcc48eae8ec38ea2575e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)