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 | 殺å | 111011111010010110110000111001011001011010000100 | efa5b0e59684 |
SJIS-WIN | ?¥°??? | 0011111110000001100011111000000110001011001111110011111100111111 | 3f818f818b3f3f3f |
EUC-JP | ï?°å?? | 1000111110101011110000010011111110100001111010111000111110101011101010010011111100111111 | 8fabc13fa1eb8faba93f3f |
UTF-8 | 殺å | 110000111010111111000010101001011100001010110000110000111010010111000010100101101100001010000100 | c3afc2a5c2b0c3a5c296c284 |
UHC | ??°??? | 00111111001111111010000111000110001111110011111100111111 | 3f3fa1c63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)