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 | ???恂??? | 0011111100111111001111111001110010010110001111110011111100111111 | 3f3f3f9c963f3f3f |
EUC-JP | ???恂??? | 0011111100111111001111111101011111110110001111110011111100111111 | 3f3f3fd7f63f3f3f |
UTF-8 | 琉들닋恂꿩벟璘 | 111011111010011110001100111010111001001110100100111010111000101110001011111001101000000110000010111010101011111110101001111010111011001010011111111011111010011110101111 | efa78ceb93a4eb8b8be68182eabfa9ebb29fefa7af |
UHC | 琉들닋恂꿩벟璘 | 1110101110100100101101011110100110001000100100101110001011100001101100101110011010010011101110101110110011011110 | eba4b5e98892e2e1b2e693baecde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)