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 | 捨丈 | 111100001011110010001110110011001000111111100100 | f0bc8ecc8fe4 |
EUC-JP | ?捨丈 | 0011111110111100110011101011111011100110 | 3fbccebee6 |
UTF-8 | 捨丈 | 111011101000000110111011111001101000110110101000111001001011100010001000 | ee81bbe68da8e4b888 |
UHC | ?捨丈 | 0011111111011110110101111110110111011011 | 3fded7eddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)