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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 丈サ賚 | 1000111111100100101110111110011011001101 | 8fe4bbe6cd |
EUC-JP | 丈サ賚 | 101111101110011010001110101110111110110011001111 | bee68ebbeccf |
UTF-8 | 丈サ賚 | 111001001011100010001000111011111011110110111011111010001011001110011010 | e4b888efbdbbe8b39a |
UHC | 丈?賚 | 1110110111011011001111111101011011110010 | eddb3fd6f2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)