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 | 逕ッ螟ア髴 | 1110011110010100101011111110010110100100101100011110100110011100 | e794afe5a4b1e99c |
EUC-JP | 逕ッ螟ア髴 | 11101101111101001000111010101111111010101010011010001110101100011111000111111100 | edf48eafeaa68eb1f1fc |
UTF-8 | 逕ッ螟ア髴 | 111010011000000010010101111011111011110110101111111010001001111010011111111011111011110110110001111010011010101110110100 | e98095efbdafe89e9fefbdb1e9abb4 |
UHC | 逕?螟?? | 11001100111011110011111111011001101011010011111100111111 | ccef3fd9ad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)