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 | 療護湜悉 | 1001011111000011100011001110110011111011010001111000111010111011 | 97c38cecfb478ebb |
EUC-JP | 療護湜悉 | 110011101100010110111000111011101000111111000111111111001011110010111101 | cec5b8ee8fc7fcbcbd |
UTF-8 | 療護湜悉 | 111001111001100110000010111010001010110110110111111001101011100110011100111001101000001010001001 | e79982e8adb7e6b99ce68289 |
UHC | 療護湜悉 | 1101011011111011111110111101111011100011110101111110001111111010 | d6fbfbdee3d7e3fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)