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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 鮏ヘー^ | 1111110001000011110011011011000001011110 | fc43cdb05e |
EUC-JP | 鮏ヘー^ | 1000111111101010110110111000111011001101100011101011000001011110 | 8feadb8ecd8eb05e |
UTF-8 | 鮏ヘー^ | 11101001101011101000111111101111101111101000110111101111101111011011000001011110 | e9ae8fefbe8defbdb05e |
UHC | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)