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 | ???@]H | 001111110011111100111111010000000101110101001000 | 3f3f3f405d48 |
SJIS-WIN | ???@]H | 001111110011111100111111010000000101110101001000 | 3f3f3f405d48 |
EUC-JP | ???@]H | 001111110011111100111111010000000101110101001000 | 3f3f3f405d48 |
UTF-8 | 찼쨀혳@]H | 111011001011000010111100111011001010100010000000111011011001100010110011010000000101110101001000 | ecb0bceca880ed98b3405d48 |
UHC | 찼쨀혳@]H | 110000111010000111000010101100111100001010011010010000000101110101001000 | c3a1c2b3c29a405d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)