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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 泳??嵬? | 10001001011010100011111100111111100110111100101000111111 | 896a3f3f9bca3f |
EUC-JP | 泳??嵬? | 10110001110010110011111100111111110101101100110000111111 | b1cb3f3fd6cc3f |
UTF-8 | 泳쎾풄嵬쳿 | 111001101011001110110011111011001000111010111110111011011001001010000100111001011011010110101100111011001011001110111111 | e6b3b3ec8ebeed9284e5b5acecb3bf |
UHC | 泳쎾풄嵬쳿 | 11100111101101101001101111100101101111101000110011101000111000111010110001000010 | e7b69be5be8ce8e3ac42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)