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 | ?u?~noBF | 0011111101110101001111110111111001101110011011110100001001000110 | 3f753f7e6e6f4246 |
SJIS-WIN | ?u?~noBF | 0011111101110101001111110111111001101110011011110100001001000110 | 3f753f7e6e6f4246 |
EUC-JP | ?u?~noBF | 0011111101110101001111110111111001101110011011110100001001000110 | 3f753f7e6e6f4246 |
UTF-8 | u~noBF | 1111001010101000100011101010011001110101111100101010100010001110101001100111111001101110011011110100001001000110 | f2a88ea675f2a88ea67e6e6f4246 |
UHC | ?u?~noBF | 0011111101110101001111110111111001101110011011110100001001000110 | 3f753f7e6e6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)