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 | ?ч??у? | 0011111110000100100010010011111100111111100001001000010100111111 | 3f84893f3f84853f |
EUC-JP | ?ч??у? | 0011111110100111111010010011111100111111101001111110010100111111 | 3fa7e93f3fa7e53f |
UTF-8 | 驪ч닎驪у뱢 | 11101111101001101000011111010001100001111110101110001011100011101110111110100110100001111101000110000011111010111011000110100010 | efa687d187eb8b8eefa687d183ebb1a2 |
UHC | 驪ч닎驪у뱢 | 111001101010111110101100111010011000100010010100111001101010111110101100111001011001001110001000 | e6aface98894e6aface59388 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)