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 | 髏疲狭蝨ュ | 111010011001000010010100111001101000101110110111111001011001110010101101 | e99094e68bb7e59cad |
EUC-JP | 髏疲狭蝨ュ | 11110001111100001100100011101000101101101011100111101001111111001000111010101101 | f1f0c8e8b6b9e9fc8ead |
UTF-8 | 髏疲狭蝨ュ | 111010011010101110001111111001111001011010110010111001111000101110101101111010001001110110101000111011111011110110101101 | e9ab8fe796b2e78bade89da8efbdad |
UHC | ?疲?蝨? | 00111111111110011010101000111111111000111010010000111111 | 3ff9aa3fe3a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)