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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 伊莎???? | 1000100011001001111001001011001100111111001111110011111100111111 | 88c9e4b33f3f3f3f |
EUC-JP | 伊莎??佺? | 10110000110010111110100010110101001111110011111110001111101100001111100100111111 | b0cbe8b53f3f8fb0f93f |
UTF-8 | 伊莎렍렖佺숲 | 111001001011110010001010111010001000111010001110111010111010000010001101111010111010000010010110111001001011110110111010111011001000100010110010 | e4bc8ae88e8eeba08deba096e4bdbaec88b2 |
UHC | 伊莎렍렖佺숲 | 111011001010010111011110111011011000111010100011100011101010101111101110111011011011110110100011 | eca5deed8ea38eabeeedbda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)