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 | 111010111010110110010001111010111010101110010010111010111010101110000101010001101110101110101101100100011110101110101011100100101110101110101011100001010100011001000010 | ebad91ebab92ebab8546ebad91ebab92ebab854642 |
UHC | 뭑뫒뫅F뭑뫒뫅FB | 100100100101100110010001101101001001000110101000010001101001001001011001100100011011010010010001101010000100011001000010 | 925991b491a846925991b491a84642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)