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 | ??D??DB | 00111111001111110100010000111111001111110100010001000010 | 3f3f443f3f4442 |
SJIS-WIN | 淨?D淨?DB | 100111111100010000111111010001001001111111000100001111110100010001000010 | 9fc43f449fc43f4442 |
EUC-JP | 淨?D淨?DB | 110111101100011000111111010001001101111011000110001111110100010001000010 | dec63f44dec63f4442 |
UTF-8 | 淨렠D淨렠DB | 111001101011011110101000111010111010000010100000010001001110011010110111101010001110101110100000101000000100010001000010 | e6b7a8eba0a044e6b7a8eba0a04442 |
UHC | 淨렠D淨렠DB | 1110111111100100100011101011000101000100111011111110010010001110101100010100010001000010 | efe48eb144efe48eb14442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)