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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?櫻?も? | 00111111100111110100111000111111100000101110000000111111 | 3f9f4e3f82e03f |
EUC-JP | ?櫻?も? | 00111111110111011010111100111111101001001110001000111111 | 3fddaf3fa4e23f |
UTF-8 | 룶櫻卽も룶 | 111010111010001110110110111001101010101110111011111001011000110110111101111000111000001010000010111010111010001110110110 | eba3b6e6abbbe58dbde38282eba3b6 |
UHC | 룶櫻卽も룶 | 10001111101010111110010110100001111100011110110110101010111000101000111110101011 | 8fabe5a1f1edaae28fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)