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 | 涬晟剔濵 | 1111101101000001100111011110111010011001100100011111101101001101 | fb419dee9991fb4d |
EUC-JP | 涬晟剔濵 | 10001111110001111100111111011010111100001101000111110001100011111100100110100110 | 8fc7cfdaf0d1f18fc9a6 |
UTF-8 | 涬晟剔濵 | 111001101011011010101100111001101001100110011111111001011000100110010100111001101011111110110101 | e6b6ace6999fe58994e6bfb5 |
UHC | ?晟剔? | 001111111110000011111001111101001010100000111111 | 3fe0f9f4a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)