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 | ???鶯??? | 0011111100111111001111111110100111110010001111110011111100111111 | 3f3f3fe9f23f3f3f |
EUC-JP | ???鶯??? | 0011111100111111001111111111001011110100001111110011111100111111 | 3f3f3ff2f43f3f3f |
UTF-8 | 琉듯뱿鶯곮㎢溜 | 111011111010011110001100111010111001001110101111111010111011000110111111111010011011011010101111111010101011001110101110111000111000111010100010111011111010011110001011 | efa78ceb93afebb1bfe9b6afeab3aee38ea2efa78b |
UHC | 琉듯뱿鶯곮㎢溜 | 1110101110100100101101011110110110010011101001011110010110100011100000011110100010100111101101001110101011111110 | eba4b5ed93a5e5a381e8a7b4eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)