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 | ²èɲ | 100101111011001011101000110010011001011110110010 | 97b2e8c997b2 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ??èÉ?? | 00111111001111111000111110101011101100101000111110101010101100010011111100111111 | 3f3f8fabb28faab13f3f |
UTF-8 | ²èɲ | 110000101001011111000010101100101100001110101000110000111000100111000010100101111100001010110010 | c297c2b2c3a8c389c297c2b2 |
UHC | ?²???² | 0011111110101001111101110011111100111111001111111010100111110111 | 3fa9f73f3f3fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)