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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 褌護扱邨 | 1110010111101100100011001110110010001000101101011110011110110101 | e5ec8cec88b5e7b5 |
EUC-JP | 褌護扱邨 | 1110101011101110101110001110111010110000101101111110111010110111 | eaeeb8eeb0b7eeb7 |
UTF-8 | 褌護扱邨 | 111010001010010010001100111010001010110110110111111001101000100110110001111010011000001010101000 | e8a48ce8adb7e689b1e982a8 |
UHC | ?護扱邨 | 00111111111110111101111011010000111000101111010110111110 | 3ffbded0e2f5be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)