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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 雖る捲 | 111001011010101110000010111010011000110010011110 | e5ab82e98c9e |
EUC-JP | 雖る捲 | 111010101010110110100100111010111011011111111110 | eaada4ebb7fe |
UTF-8 | 雖る捲 | 111010011001101110010110111000111000001010001011111001101000110110110010 | e99b96e3828be68db2 |
UHC | 雖る捲 | 111000101100110010101010111010111100111111101100 | e2ccaaebcfec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)