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 | 捨上カ | 10001110110011001000111111100011111100101000111010110110 | 8ecc8fe3f28eb6 |
EUC-JP | 捨上?カ | 10111100110011101011111011100101001111111000111010110110 | bccebee53f8eb6 |
UTF-8 | 捨上カ | 111001101000110110101000111001001011100010001010111011101000011110000101111011111011110110110110 | e68da8e4b88aee8785efbdb6 |
UHC | 捨上?? | 110111101101011111011111101111100011111100111111 | ded7dfbe3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)