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 | ?®?] | 00111111101011100011111101011101 | 3fae3f5d |
SJIS-WIN | 暲?賓] | 111110101101110000111111100101010110111101011101 | fadc3f956f5d |
EUC-JP | 暲®賓] | 100011111100001011011011100011111010001011101110110010011101000001011101 | 8fc2db8fa2eec9d05d |
UTF-8 | 暲®賓] | 111001101001101010110010110000101010111011101000101100111001001101011101 | e69ab2c2aee8b3935d |
UHC | 暲®賓] | 11101101111001111010001011100111110111101011100101011101 | ede7a2e7deb95d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)