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 | 辟擾セ頑勍 | 111001111000010010001111111011111011111010001010111001101001100110100101 | e7848fefbe8ae699a5 |
EUC-JP | 辟擾セ頑勍 | 11101101111001001011111011110001100011101011111010110100111010001101001010100111 | ede4bef18ebeb4e8d2a7 |
UTF-8 | 辟擾セ頑勍 | 111010001011111010011111111001101001001110111110111011111011110110111110111010011010000010010001111001011000101110001101 | e8be9fe693beefbdbee9a091e58b8d |
UHC | ?擾?頑勍 | 0011111111101000111101100011111111101000110101111100110011001110 | 3fe8f63fe8d7ccce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)