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 | 陰??蒻? | 10001001010000010011111100111111111001001110100000111111 | 89413f3fe4e83f |
EUC-JP | 陰??蒻? | 10110001101000100011111100111111111010001110101000111111 | b1a23f3fe8ea3f |
UTF-8 | 陰쒖뀑蒻줒 | 111010011001100110110000111011001001001010010110111010111000000010010001111010001001001010111011111011001010010010010010 | e999b0ec9296eb8091e892bbeca492 |
UHC | 陰쒖뀑蒻줒 | 11101011111001001001110011101100100001011000101111100101101101101010001001000010 | ebe49cec858be5b6a242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)