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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 絛醐拾絛醐襲 | 111000110101010110001100111011011000111101000101111000110101010110001100111011011000111101010000 | e3558ced8f45e3558ced8f50 |
EUC-JP | 絛醐拾絛醐襲 | 111001011011011010111000111011111011110110100110111001011011011010111000111011111011110110110001 | e5b6b8efbda6e5b6b8efbdb1 |
UTF-8 | 絛醐拾絛醐襲 | 111001111011010110011011111010011000011010010000111001101000101110111110111001111011010110011011111010011000011010010000111010001010010110110010 | e7b59be98690e68bbee7b59be98690e8a5b2 |
UHC | ??拾??襲 | 0011111100111111111000111010011000111111001111111110001110101001 | 3f3fe3a63f3fe3a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)