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 | ???F???FB | 001111110011111100111111010001100011111100111111001111110100011001000010 | 3f3f3f463f3f3f4642 |
SJIS-WIN | ???F???FB | 001111110011111100111111010001100011111100111111001111110100011001000010 | 3f3f3f463f3f3f4642 |
EUC-JP | ???F???FB | 001111110011111100111111010001100011111100111111001111110100011001000010 | 3f3f3f463f3f3f4642 |
UTF-8 | 셍렻렎F셍렻렎FB | 111011001000010110001101111010111010000010111011111010111010000010001110010001101110110010000101100011011110101110100000101110111110101110100000100011100100011001000010 | ec858deba0bbeba08e46ec858deba0bbeba08e4642 |
UHC | 셍렻렎F셍렻렎FB | 101111001100010010001110110000111000111010100100010001101011110011000100100011101100001110001110101001000100011001000010 | bcc48ec38ea446bcc48ec38ea44642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)