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 | ???E???EB | 001111110011111100111111010001010011111100111111001111110100010101000010 | 3f3f3f453f3f3f4542 |
SJIS-WIN | ???E???EB | 001111110011111100111111010001010011111100111111001111110100010101000010 | 3f3f3f453f3f3f4542 |
EUC-JP | ???E???EB | 001111110011111100111111010001010011111100111111001111110100010101000010 | 3f3f3f453f3f3f4542 |
UTF-8 | 若잏뀸E若잏뀸EB | 111011111010010110110100111011001001111010001111111010111000000010111000010001011110111110100101101101001110110010011110100011111110101110000000101110000100010101000010 | efa5b4ec9e8feb80b845efa5b4ec9e8feb80b84542 |
UHC | 若잏뀸E若잏뀸EB | 111001011010111010011111111001111000010110101110010001011110010110101110100111111110011110000101101011100100010101000010 | e5ae9fe785ae45e5ae9fe785ae4542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)