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 | è¿K | 111010001011111110011000010010111000001010001000 | e8bf984b8288 |
SJIS-WIN | ???K?? | 001111110011111100111111010010110011111100111111 | 3f3f3f4b3f3f |
EUC-JP | è¿?K?? | 10001111101010111011001010001111101000101100010000111111010010110011111100111111 | 8fabb28fa2c43f4b3f3f |
UTF-8 | è¿K | 1100001110101000110000101011111111000010100110000100101111000010100000101100001010001000 | c3a8c2bfc2984bc282c288 |
UHC | ?¿?K?? | 00111111101000101010111100111111010010110011111100111111 | 3fa2af3f4b3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)