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 | ?????n^ | 00111111001111110011111100111111001111110110111001011110 | 3f3f3f3f3f6e5e |
SJIS-WIN | ?????n^ | 00111111001111110011111100111111001111110110111001011110 | 3f3f3f3f3f6e5e |
EUC-JP | ?????n^ | 00111111001111110011111100111111001111110110111001011110 | 3f3f3f3f3f6e5e |
UTF-8 | 렺셔렗렻렮n^ | 1110101110100000101110101110110010000101100101001110101110100000100101111110101110100000101110111110101110100000101011100110111001011110 | eba0baec8594eba097eba0bbeba0ae6e5e |
UHC | 렺셔렗렻렮n^ | 100011101100001010111100110001011000111010101100100011101100001110001110101110110110111001011110 | 8ec2bcc58eac8ec38ebb6e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)