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 | ???^vB | 001111110011111100111111010111100111011001000010 | 3f3f3f5e7642 |
SJIS-WIN | ???^vB | 001111110011111100111111010111100111011001000010 | 3f3f3f5e7642 |
EUC-JP | ???^vB | 001111110011111100111111010111100111011001000010 | 3f3f3f5e7642 |
UTF-8 | 챘짭짯^vB | 111011001011000110011000111011001010011110101101111011001010011110101111010111100111011001000010 | ecb198eca7adeca7af5e7642 |
UHC | 챘짭짯^vB | 110000111010101111000010101011001100001010101101010111100111011001000010 | c3abc2acc2ad5e7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)