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 | éìú² | 111010011001110010010011111011001001011010011100111110101001110110110010 | e99c93ec969cfa9db2 |
SJIS-WIN | ????????? | 001111110011111100111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f3f3f |
EUC-JP | é??ì??ú?? | 100011111010101110110001001111110011111110001111101010111100000000111111001111111000111110101011111000100011111100111111 | 8fabb13f3f8fabc03f3f8fabe23f3f |
UTF-8 | éìú² | 110000111010100111000010100111001100001010010011110000111010110011000010100101101100001010011100110000111011101011000010100111011100001010110010 | c3a9c29cc293c3acc296c29cc3bac29dc2b2 |
UHC | ????????² | 00111111001111110011111100111111001111110011111100111111001111111010100111110111 | 3f3f3f3f3f3f3f3fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)