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 | ???荑?? | 0011111100111111001111111000111111010111111110010011111100111111 | 3f3f3f8fd7f93f3f |
UTF-8 | 琉띤슀荑경셀 | 111011111010011110001100111010111001110110100100111011001000101010000000111010001000110110010001111010101011001010111101111011001000010110000000 | efa78ceb9da4ec8a80e88d91eab2bdec8580 |
UHC | 琉띤슀荑경셀 | 111010111010010010110110111011011001101010010011111011001011111110110000111001101011110010111111 | eba4b6ed9a93ecbfb0e6bcbf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)