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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 閱닸짛掠낦 | 111010011001011010110001111010111000101110111000111011001010011110011011111011111010010110110101111010111000001010100110 | e996b1eb8bb8eca79befa5b5eb82a6 |
UHC | 閱닸짛掠낦 | 11100110111100111011010011100110101000111010000011100101101100011000011001000010 | e6f3b4e6a3a0e5b18642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)