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 | 揖贔袮 | 100101110100101111100110110110111110010111010111 | 974be6dbe5d7 |
EUC-JP | 揖贔袮 | 110011011010110011101100110111011110101011011001 | cdacecddead9 |
UTF-8 | 揖贔袮 | 111001101000111110010110111010001011010010010100111010001010001010101110 | e68f96e8b494e8a2ae |
UHC | 揖?? | 11101011111001110011111100111111 | ebe73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)