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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??拗???? | 0011111100111111100111010101100000111111001111110011111100111111 | 3f3f9d583f3f3f3f |
EUC-JP | ??拗???? | 0011111100111111110110011011100100111111001111110011111100111111 | 3f3fd9b93f3f3f3f |
UTF-8 | 셈석拗렯렎렯렾 | 111011001000010110001000111011001000010010011101111001101000101110010111111010111010000010101111111010111010000010001110111010111010000010101111111010111010000010111110 | ec8588ec849de68b97eba0afeba08eeba0afeba0be |
UHC | 셈석拗렯렎렯렾 | 1011110011000000101111001010111011101000111100111000111010111100100011101010010010001110101111001000111011000110 | bcc0bcaee8f38ebc8ea48ebc8ec6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)