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 | ??貞 | 00111111001111111001001011100101 | 3f3f92e5 |
EUC-JP | ??貞 | 00111111001111111100010011100111 | 3f3fc4e7 |
UTF-8 | 溜렩貞 | 111011111010011110001011111010111010000010101001111010001011001010011110 | efa78beba0a9e8b29e |
UHC | 溜렩貞 | 111010101111111010001110101101111110111111110110 | eafe8eb7eff6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)