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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 譬∵。稚 | 11100110101000001000000111100110101000011001001001110100 | e6a081e6a19274 |
EUC-JP | 譬∵。稚 | 1110110010100010101000101110100010001110101000011100001111010101 | eca2a2e88ea1c3d5 |
UTF-8 | 譬∵。稚 | 111010001010110110101100111000101000100010110101111011111011110110100001111001111010100010011010 | e8adace288b5efbda1e7a89a |
UHC | 譬∵?稚 | 11011110101001111010000111110001001111111111011011000011 | dea7a1f13ff6c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)