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 | »ù¢æì· | 1000111110111011111110011010001011100110111011001011011110001110 | 8fbbf9a2e6ecb78e |
SJIS-WIN | ???¢???? | 001111110011111100111111100000011001000100111111001111110011111100111111 | 3f3f3f81913f3f3f3f |
EUC-JP | ??ù¢æì?? | 001111110011111110001111101010111110001110100001111100011000111110101001110000011000111110101011110000000011111100111111 | 3f3f8fabe3a1f18fa9c18fabc03f3f |
UTF-8 | »ù¢æì· | 11000010100011111100001010111011110000111011100111000010101000101100001110100110110000111010110011000010101101111100001010001110 | c28fc2bbc3b9c2a2c3a6c3acc2b7c28e |
UHC | ????æ?·? | 00111111001111110011111100111111101010011010000100111111101000011010010000111111 | 3f3f3f3fa9a13fa1a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)