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 | 蝪九脅羞 | 1110010110100001100010111110001110001011101110101110001110110101 | e5a18be38bbae3b5 |
EUC-JP | 蝪九脅羞 | 1110101010100011101101101110010110110110101111001110011010110111 | eaa3b6e5b6bce6b7 |
UTF-8 | 蝪九脅羞 | 111010001001110110101010111001001011100110011101111010001000010010000101111001111011111010011110 | e89daae4b99de88485e7be9e |
UHC | ?九脅羞 | 00111111110011101111101011111010111101101110001010111010 | 3fcefafaf6e2ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)