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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 첨짙횘첵챨챦 | 111011001011001010101000111011001010011110011001111011011001101010011000111011001011001010110101111011001011000110101000111011001011000110100110 | ecb2a8eca799ed9a98ecb2b5ecb1a8ecb1a6 |
UHC | 첨짙횘첵챨챦 | 110000111011011111000010101000111100001110010010110000111011110111000011101100001100001110101111 | c3b7c2a3c392c3bdc3b0c3af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)