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 | 髏泌ョ医℃ | 111010011001000010010100111001011010111010001000111000111000000110001110 | e99094e5ae88e3818e |
EUC-JP | 髏泌ョ医℃ | 11110001111100001100100011100111100011101010111010110000111001011010000111101110 | f1f0c8e78eaeb0e5a1ee |
UTF-8 | 髏泌ョ医℃ | 111010011010101110001111111001101011001110001100111011111011110110101110111001011000110010111011111000101000010010000011 | e9ab8fe6b38cefbdaee58cbbe28483 |
UHC | ?泌??℃ | 00111111111110011011001000111111001111111010000111001001 | 3ff9b23f3fa1c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)