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 | 遨怜シ塑 | 11100111101010011001011111100101101111001001000101011001 | e7a997e5bc9159 |
EUC-JP | 遨怜シ塑 | 1110111010101011110011101110011110001110101111001100000110111010 | eeabcee78ebcc1ba |
UTF-8 | 遨怜シ塑 | 111010011000000110101000111001101000000010011100111011111011110110111100111001011010000110010001 | e981a8e6809cefbdbce5a191 |
UHC | ?怜?塑 | 001111111101011010111011001111111110000110110001 | 3fd6bb3fe1b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)