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 | ???L? | 0011111100111111001111110100110000111111 | 3f3f3f4c3f |
SJIS-WIN | 絛醐蹴L綏 | 111000110101010110001100111011011000111101010010010011001110001101010110 | e3558ced8f524ce356 |
EUC-JP | 絛醐蹴L綏 | 111001011011011010111000111011111011110110110011010011001110010110110111 | e5b6b8efbdb34ce5b7 |
UTF-8 | 絛醐蹴L綏 | 11100111101101011001101111101001100001101001000011101000101110011011010001001100111001111011011010001111 | e7b59be98690e8b9b44ce7b68f |
UHC | ??蹴L綏 | 00111111001111111111010111101101010011001110001010110111 | 3f3ff5ed4ce2b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)