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 | 剪??? | 1001100110010010001111110011111100111111 | 99923f3f3f |
EUC-JP | 剪??? | 1101000111110010001111110011111100111111 | d1f23f3f3f |
UTF-8 | 剪재렩렋 | 111001011000100110101010111011001001111010101100111010111010000010101001111010111010000010001011 | e589aaec9eaceba0a9eba08b |
UHC | 剪재렩렋 | 1110111011110010110000001110011110001110101101111000111010100010 | eef2c0e78eb78ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)