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 | 療護妺悉 | 1001011111000011100011001110110011111010101001011000111010111011 | 97c38cecfaa58ebb |
EUC-JP | 療護妺悉 | 110011101100010110111000111011101000111110111001101101111011110010111101 | cec5b8ee8fb9b7bcbd |
UTF-8 | 療護妺悉 | 111001111001100110000010111010001010110110110111111001011010011010111010111001101000001010001001 | e79982e8adb7e5a6bae68289 |
UHC | 療護?悉 | 11010110111110111111101111011110001111111110001111111010 | d6fbfbde3fe3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)