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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?s痴?黔 | 0011111110000010100100111001001001110011001111111110101001110111 | 3f829392733fea77 |
EUC-JP | ?s痴?黔 | 0011111110100011111100111100001111010100001111111111001111011000 | 3fa3f3c3d43ff3d8 |
UTF-8 | 뤝s痴춳黔 | 111010111010010010011101111011111011110110010011111001111001011110110100111011001011011010110011111010011011101110010100 | eba49defbd93e797b4ecb6b3e9bb94 |
UHC | 뤝s痴춳黔 | 10001111110011001010001111110011111101101100000110101101100011111100110010100011 | 8fcca3f3f6c1ad8fcca3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)