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 | ìë¡ | 111011001001001010010100111010111010000110000011 | ec9294eba183 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ì??ë¡? | 100011111010101111000000001111110011111110001111101010111011001110001111101000101100001000111111 | 8fabc03f3f8fabb38fa2c23f |
UTF-8 | ìë¡ | 110000111010110011000010100100101100001010010100110000111010101111000010101000011100001010000011 | c3acc292c294c3abc2a1c283 |
UHC | ????¡? | 00111111001111110011111100111111101000101010111000111111 | 3f3f3f3fa2ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)