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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?ηズ | 0011111110000011110001011000001101011001 | 3f83c58359 |
EUC-JP | 滎ηズ | 10001111110010001011100110100110110001111010010110111010 | 8fc8b9a6c7a5ba |
UTF-8 | 滎ηズ | 1110011010111011100011101100111010110111111000111000001010111010 | e6bb8eceb7e382ba |
UHC | 滎ηズ | 111110111010001110100101111001111010101110111010 | fba3a5e7abba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)