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 | ?????Y | 001111110011111100111111001111110011111101011001 | 3f3f3f3f3f59 |
SJIS-WIN | ?崑???Y | 00111111100110111100000000111111001111110011111101011001 | 3f9bc03f3f3f59 |
EUC-JP | ?崑???Y | 00111111110101101100001000111111001111110011111101011001 | 3fd6c23f3f3f59 |
UTF-8 | 렺崑렺셔렭Y | 11101011101000001011101011100101101101001001000111101011101000001011101011101100100001011001010011101011101000001010110101011001 | eba0bae5b491eba0baec8594eba0ad59 |
UHC | 렺崑렺셔렭Y | 1000111011000010110011011101111110001110110000101011110011000101100011101011101001011001 | 8ec2cddf8ec2bcc58eba59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)