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 | ëâ£ì ¨ | 111010111110001010100011111011001000010110101000 | ebe2a3ec85a8 |
SJIS-WIN | ??£??¨ | 0011111100111111100000011001001000111111001111111000000101001110 | 3f3f81923f3f814e |
EUC-JP | ëâ£ì?¨ | 1000111110101011101100111000111110101011101001001010000111110010100011111010101111000000001111111010000110101111 | 8fabb38faba4a1f28fabc03fa1af |
UTF-8 | ëâ£ì ¨ | 110000111010101111000011101000101100001010100011110000111010110011000010100001011100001010101000 | c3abc3a2c2a3c3acc285c2a8 |
UHC | ?????¨ | 00111111001111110011111100111111001111111010000110100111 | 3f3f3f3f3fa1a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)